Html Css Color HEX #376993 Lochmara

📋 copy color: '#376993'

red 55 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #376993

Tints of Lochmara #376993

RGB

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

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

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

R = 17.92%
G = 34.2%
B = 47.88%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376993 (or 0x376993) is known color: Lochmara. HEX triplet: 37, 69 and 93. RGB value is (55,105,147). Sum of RGB (Red+Green+Blue) = 55+105+147=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #376993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376993 is #C8966C. Grayscale: #5E5E5E. Windows color (decimal): -13145709 or 9660727. OLE color: 9660727.

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

Color convert

RGB 55 105 147 -
CMYK 0.63 0.29 0 0.42
HSL 207.39º 0.46% 0.4% -
HSV(B) 207.39º 0.63% 0.58% -
XYZ 11.89 13.02 29.49 -
YUV 94.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 55 105 147 0.63 0.29 0 0.42 207.39 0.46 0.4
Hex 37 69 93 3F 1D 0 2A CF 2E 28
Octal 67 151 223 77 35 0 52 317 56 50
Binary 110111 1101001 10010011 111111 11101 0 101010 11001111 101110 101000

Color Harmonies of #376993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376993

Black with #376993

Text Example


Text Example

White with #376993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376993; }

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

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

background-color css

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

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

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

border-color css

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

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

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