Html Css Color HEX #377DA1 Lochmara

📋 copy color: '#377DA1'

red 55 ◦ green 125 ◦ blue 161

#377DA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #377DA1

Tints of Lochmara #377DA1

RGB

 RED value IS 55 (21.88% from 255) = 16.13%

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 161 (63.28% from 255) = 47.21%

R = 16.13%
G = 36.66%
B = 47.21%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#377DA1 (or 0x377DA1) is known color: Lochmara. HEX triplet: 37, 7D and A1. RGB value is (55,125,161). Sum of RGB (Red+Green+Blue) = 55+125+161=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #377DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DA1 is #C8825E. Grayscale: #6B6B6B. Windows color (decimal): -13140575 or 10583351. OLE color: 10583351.

HSL color Cylindrical-coordinate representation of color #377DA1: hue angle of 200.38º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377DA1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 125 161 -
CMYK 0.66 0.22 0 0.37
HSL 200.38º 0.49% 0.42% -
HSV(B) 200.38º 0.66% 0.63% -
XYZ 15.34 18.05 36.39 -
YUV 108.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 55 125 161 0.66 0.22 0 0.37 200.38 0.49 0.42
Hex 37 7D A1 42 16 0 25 C8 31 2A
Octal 67 175 241 102 26 0 45 310 61 52
Binary 110111 1111101 10100001 1000010 10110 0 100101 11001000 110001 101010

Color Harmonies of #377DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DA1

Black with #377DA1

Text Example


Text Example

White with #377DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377DA1; }

 p { color: rgb(55,125,161); }

 H1.HeaderClassName
 {
   color: #377DA1;
 }
 .AnyTagClassName
 {
   color: #377DA1;
 }
</style>

background-color css

<style>
 a { background-color: #377DA1; }

 a { background-color: rgb(55,125,161); }

 div.DivClassName
 {
   background-color: #377DA1;
 }
 .BgClassName
 {
   background-color: #377DA1;
 }
</style>

border-color css

<style>
 span { border-color: #377DA1; }

 span { border-color: rgb(55,125,161); }

 td.TdClassName
 {
   border-color: #377DA1;
 }
 .TagClassName
 {
   border-color: #377DA1;
 }
</style>