Html Css Color HEX #377296 Lochmara

📋 copy color: '#377296'

red 55 ◦ green 114 ◦ blue 150

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

Shades of Lochmara #377296

Tints of Lochmara #377296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 17.24%
G = 35.74%
B = 47.02%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377296 (or 0x377296) is known color: Lochmara. HEX triplet: 37, 72 and 96. RGB value is (55,114,150). Sum of RGB (Red+Green+Blue) = 55+114+150=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #377296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377296 is #C88D69. Grayscale: #646464. Windows color (decimal): -13143402 or 9859639. OLE color: 9859639.

HSL color Cylindrical-coordinate representation of color #377296: hue angle of 202.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377296 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 114 150 -
CMYK 0.63 0.24 0 0.41
HSL 202.74º 0.46% 0.4% -
HSV(B) 202.74º 0.63% 0.59% -
XYZ 13.1 15.05 31.07 -
YUV 100.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 55 114 150 0.63 0.24 0 0.41 202.74 0.46 0.4
Hex 37 72 96 3F 18 0 29 CB 2E 28
Octal 67 162 226 77 30 0 51 313 56 50
Binary 110111 1110010 10010110 111111 11000 0 101001 11001011 101110 101000

Color Harmonies of #377296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377296

Black with #377296

Text Example


Text Example

White with #377296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377296; }

 p { color: rgb(55,114,150); }

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

background-color css

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

 a { background-color: rgb(55,114,150); }

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

border-color css

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

 span { border-color: rgb(55,114,150); }

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