Html Css Color HEX #37739B Lochmara

📋 copy color: '#37739B'

red 55 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #37739B

Tints of Lochmara #37739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 16.92%
G = 35.38%
B = 47.69%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37739B (or 0x37739B) is known color: Lochmara. HEX triplet: 37, 73 and 9B. RGB value is (55,115,155). Sum of RGB (Red+Green+Blue) = 55+115+155=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #37739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37739B is #C88C64. Grayscale: #656565. Windows color (decimal): -13143141 or 10187575. OLE color: 10187575.

HSL color Cylindrical-coordinate representation of color #37739B: hue angle of 204º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37739B is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 115 155 -
CMYK 0.65 0.26 0 0.39
HSL 204º 0.48% 0.41% -
HSV(B) 204º 0.65% 0.61% -
XYZ 13.62 15.44 33.27 -
YUV 101.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 55 115 155 0.65 0.26 0 0.39 204 0.48 0.41
Hex 37 73 9B 41 1A 0 27 CC 30 29
Octal 67 163 233 101 32 0 47 314 60 51
Binary 110111 1110011 10011011 1000001 11010 0 100111 11001100 110000 101001

Color Harmonies of #37739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37739B

Black with #37739B

Text Example


Text Example

White with #37739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37739B; }

 p { color: rgb(55,115,155); }

 H1.HeaderClassName
 {
   color: #37739B;
 }
 .AnyTagClassName
 {
   color: #37739B;
 }
</style>

background-color css

<style>
 a { background-color: #37739B; }

 a { background-color: rgb(55,115,155); }

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

border-color css

<style>
 span { border-color: #37739B; }

 span { border-color: rgb(55,115,155); }

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