Html Css Color HEX #37699B Lochmara

📋 copy color: '#37699B'

red 55 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #37699B

Tints of Lochmara #37699B

RGB

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

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

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

R = 17.46%
G = 33.33%
B = 49.21%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37699B (or 0x37699B) is known color: Lochmara. HEX triplet: 37, 69 and 9B. RGB value is (55,105,155). Sum of RGB (Red+Green+Blue) = 55+105+155=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #37699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37699B is #C89664. Grayscale: #5F5F5F. Windows color (decimal): -13145701 or 10185015. OLE color: 10185015.

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

Color convert

RGB 55 105 155 -
CMYK 0.65 0.32 0 0.39
HSL 210º 0.48% 0.41% -
HSV(B) 210º 0.65% 0.61% -
XYZ 12.54 13.28 32.91 -
YUV 95.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 55 105 155 0.65 0.32 0 0.39 210 0.48 0.41
Hex 37 69 9B 41 20 0 27 D2 30 29
Octal 67 151 233 101 40 0 47 322 60 51
Binary 110111 1101001 10011011 1000001 100000 0 100111 11010010 110000 101001

Color Harmonies of #37699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37699B

Black with #37699B

Text Example


Text Example

White with #37699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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