Html Css Color HEX #377DA0 Lochmara

📋 copy color: '#377DA0'

red 55 ◦ green 125 ◦ blue 160

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

Shades of Lochmara #377DA0

Tints of Lochmara #377DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.06%

R = 16.18%
G = 36.76%
B = 47.06%

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

#377DA0 (or 0x377DA0) is known color: Lochmara. HEX triplet: 37, 7D and A0. RGB value is (55,125,160). Sum of RGB (Red+Green+Blue) = 55+125+160=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #377DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DA0 is #C8825F. Grayscale: #6B6B6B. Windows color (decimal): -13140576 or 10517815. OLE color: 10517815.

HSL color Cylindrical-coordinate representation of color #377DA0: hue angle of 200º 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 #377DA0 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 125 160 -
CMYK 0.66 0.22 0 0.37
HSL 200º 0.49% 0.42% -
HSV(B) 200º 0.66% 0.63% -
XYZ 15.25 18.02 35.93 -
YUV 108.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 55 125 160 0.66 0.22 0 0.37 200 0.49 0.42
Hex 37 7D A0 42 16 0 25 C8 31 2A
Octal 67 175 240 102 26 0 45 310 61 52
Binary 110111 1111101 10100000 1000010 10110 0 100101 11001000 110001 101010

Color Harmonies of #377DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DA0

Black with #377DA0

Text Example


Text Example

White with #377DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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