Html Css Color HEX #376799 Lochmara

📋 copy color: '#376799'

red 55 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #376799

Tints of Lochmara #376799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 17.68%
G = 33.12%
B = 49.2%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#376799 (or 0x376799) is known color: Lochmara. HEX triplet: 37, 67 and 99. RGB value is (55,103,153). Sum of RGB (Red+Green+Blue) = 55+103+153=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #376799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376799 is #C89866. Grayscale: #5E5E5E. Windows color (decimal): -13146215 or 10053431. OLE color: 10053431.

HSL color Cylindrical-coordinate representation of color #376799: hue angle of 210.61º 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 #376799 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 103 153 -
CMYK 0.64 0.33 0 0.4
HSL 210.61º 0.47% 0.41% -
HSV(B) 210.61º 0.64% 0.6% -
XYZ 12.18 12.81 31.97 -
YUV 94.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 55 103 153 0.64 0.33 0 0.4 210.61 0.47 0.41
Hex 37 67 99 40 21 0 28 D3 2F 29
Octal 67 147 231 100 41 0 50 323 57 51
Binary 110111 1100111 10011001 1000000 100001 0 101000 11010011 101111 101001

Color Harmonies of #376799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376799

Black with #376799

Text Example


Text Example

White with #376799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376799; }

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

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

background-color css

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

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

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

border-color css

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

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

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