Html Css Color HEX #377095 Lochmara

📋 copy color: '#377095'

red 55 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #377095

Tints of Lochmara #377095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 17.41%
G = 35.44%
B = 47.15%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377095 (or 0x377095) is known color: Lochmara. HEX triplet: 37, 70 and 95. RGB value is (55,112,149). Sum of RGB (Red+Green+Blue) = 55+112+149=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #377095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377095 is #C88F6A. Grayscale: #626262. Windows color (decimal): -13143915 or 9793591. OLE color: 9793591.

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

Color convert

RGB 55 112 149 -
CMYK 0.63 0.25 0 0.42
HSL 203.62º 0.46% 0.4% -
HSV(B) 203.62º 0.63% 0.58% -
XYZ 12.79 14.57 30.57 -
YUV 99.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 55 112 149 0.63 0.25 0 0.42 203.62 0.46 0.4
Hex 37 70 95 3F 19 0 2A CC 2E 28
Octal 67 160 225 77 31 0 52 314 56 50
Binary 110111 1110000 10010101 111111 11001 0 101010 11001100 101110 101000

Color Harmonies of #377095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377095

Black with #377095

Text Example


Text Example

White with #377095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377095; }

 p { color: rgb(55,112,149); }

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

background-color css

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

 a { background-color: rgb(55,112,149); }

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

border-color css

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

 span { border-color: rgb(55,112,149); }

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