Html Css Color HEX #37759B Lochmara

📋 copy color: '#37759B'

red 55 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #37759B

Tints of Lochmara #37759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 16.82%
G = 35.78%
B = 47.4%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37759B (or 0x37759B) is known color: Lochmara. HEX triplet: 37, 75 and 9B. RGB value is (55,117,155). Sum of RGB (Red+Green+Blue) = 55+117+155=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #37759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37759B is #C88A64. Grayscale: #666666. Windows color (decimal): -13142629 or 10188087. OLE color: 10188087.

HSL color Cylindrical-coordinate representation of color #37759B: hue angle of 202.8º 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 #37759B is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 117 155 -
CMYK 0.65 0.25 0 0.39
HSL 202.8º 0.48% 0.41% -
HSV(B) 202.8º 0.65% 0.61% -
XYZ 13.85 15.9 33.35 -
YUV 102.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 55 117 155 0.65 0.25 0 0.39 202.8 0.48 0.41
Hex 37 75 9B 41 19 0 27 CB 30 29
Octal 67 165 233 101 31 0 47 313 60 51
Binary 110111 1110101 10011011 1000001 11001 0 100111 11001011 110000 101001

Color Harmonies of #37759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37759B

Black with #37759B

Text Example


Text Example

White with #37759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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