Html Css Color HEX #376A93 Lochmara

📋 copy color: '#376A93'

red 55 ◦ green 106 ◦ blue 147

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

Shades of Lochmara #376A93

Tints of Lochmara #376A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 17.86%
G = 34.42%
B = 47.73%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376A93 (or 0x376A93) is known color: Lochmara. HEX triplet: 37, 6A and 93. RGB value is (55,106,147). Sum of RGB (Red+Green+Blue) = 55+106+147=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #376A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A93 is #C8956C. Grayscale: #5F5F5F. Windows color (decimal): -13145453 or 9660983. OLE color: 9660983.

HSL color Cylindrical-coordinate representation of color #376A93: hue angle of 206.74º 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 #376A93 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 106 147 -
CMYK 0.63 0.28 0 0.42
HSL 206.74º 0.46% 0.4% -
HSV(B) 206.74º 0.63% 0.58% -
XYZ 12 13.23 29.52 -
YUV 95.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 55 106 147 0.63 0.28 0 0.42 206.74 0.46 0.4
Hex 37 6A 93 3F 1C 0 2A CF 2E 28
Octal 67 152 223 77 34 0 52 317 56 50
Binary 110111 1101010 10010011 111111 11100 0 101010 11001111 101110 101000

Color Harmonies of #376A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A93

Black with #376A93

Text Example


Text Example

White with #376A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376A93; }

 p { color: rgb(55,106,147); }

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

background-color css

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

 a { background-color: rgb(55,106,147); }

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

border-color css

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

 span { border-color: rgb(55,106,147); }

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