Html Css Color HEX #376599 Lochmara

📋 copy color: '#376599'

red 55 ◦ green 101 ◦ blue 153

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

Shades of Lochmara #376599

Tints of Lochmara #376599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 17.8%
G = 32.69%
B = 49.51%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#376599 (or 0x376599) is known color: Lochmara. HEX triplet: 37, 65 and 99. RGB value is (55,101,153). Sum of RGB (Red+Green+Blue) = 55+101+153=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #376599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376599 is #C89A66. Grayscale: #5C5C5C. Windows color (decimal): -13146727 or 10052919. OLE color: 10052919.

HSL color Cylindrical-coordinate representation of color #376599: hue angle of 211.84º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376599 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 101 153 -
CMYK 0.64 0.34 0 0.4
HSL 211.84º 0.47% 0.41% -
HSV(B) 211.84º 0.64% 0.6% -
XYZ 11.98 12.42 31.9 -
YUV 93.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 55 101 153 0.64 0.34 0 0.4 211.84 0.47 0.41
Hex 37 65 99 40 22 0 28 D4 2F 29
Octal 67 145 231 100 42 0 50 324 57 51
Binary 110111 1100101 10011001 1000000 100010 0 101000 11010100 101111 101001

Color Harmonies of #376599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376599

Black with #376599

Text Example


Text Example

White with #376599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376599; }

 p { color: rgb(55,101,153); }

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

background-color css

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

 a { background-color: rgb(55,101,153); }

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

border-color css

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

 span { border-color: rgb(55,101,153); }

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