Html Css Color HEX #37699C Lochmara

📋 copy color: '#37699C'

red 55 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #37699C

Tints of Lochmara #37699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 156 (61.33% from 255) = 49.37%

R = 17.41%
G = 33.23%
B = 49.37%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37699C (or 0x37699C) is known color: Lochmara. HEX triplet: 37, 69 and 9C. RGB value is (55,105,156). Sum of RGB (Red+Green+Blue) = 55+105+156=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #37699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37699C is #C89663. Grayscale: #5F5F5F. Windows color (decimal): -13145700 or 10250551. OLE color: 10250551.

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

Color convert

RGB 55 105 156 -
CMYK 0.65 0.33 0 0.39
HSL 210.3º 0.48% 0.41% -
HSV(B) 210.3º 0.65% 0.61% -
XYZ 12.63 13.32 33.36 -
YUV 95.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 55 105 156 0.65 0.33 0 0.39 210.3 0.48 0.41
Hex 37 69 9C 41 21 0 27 D2 30 29
Octal 67 151 234 101 41 0 47 322 60 51
Binary 110111 1101001 10011100 1000001 100001 0 100111 11010010 110000 101001

Color Harmonies of #37699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37699C

Black with #37699C

Text Example


Text Example

White with #37699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37699C; }

 p { color: rgb(55,105,156); }

 H1.HeaderClassName
 {
   color: #37699C;
 }
 .AnyTagClassName
 {
   color: #37699C;
 }
</style>

background-color css

<style>
 a { background-color: #37699C; }

 a { background-color: rgb(55,105,156); }

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

border-color css

<style>
 span { border-color: #37699C; }

 span { border-color: rgb(55,105,156); }

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