Html Css Color HEX #366691 Lochmara

📋 copy color: '#366691'

red 54 ◦ green 102 ◦ blue 145

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

Shades of Lochmara #366691

Tints of Lochmara #366691

RGB

 RED value IS 54 (21.48% from 255) = 17.94%

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 17.94%
G = 33.89%
B = 48.17%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366691 (or 0x366691) is known color: Lochmara. HEX triplet: 36, 66 and 91. RGB value is (54,102,145). Sum of RGB (Red+Green+Blue) = 54+102+145=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #366691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366691 is #C9996E. Grayscale: #5C5C5C. Windows color (decimal): -13212015 or 9528886. OLE color: 9528886.

HSL color Cylindrical-coordinate representation of color #366691: hue angle of 208.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366691 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 102 145 -
CMYK 0.63 0.30 0 0.43
HSL 208.35º 0.46% 0.39% -
HSV(B) 208.35º 0.63% 0.57% -
XYZ 11.38 12.33 28.57 -
YUV 92.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 54 102 145 0.63 0.30 0 0.43 208.35 0.46 0.39
Hex 36 66 91 3F 1E 0 2B D0 2E 27
Octal 66 146 221 77 36 0 53 320 56 47
Binary 110110 1100110 10010001 111111 11110 0 101011 11010000 101110 100111

Color Harmonies of #366691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366691

Black with #366691

Text Example


Text Example

White with #366691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366691; }

 p { color: rgb(54,102,145); }

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

background-color css

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

 a { background-color: rgb(54,102,145); }

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

border-color css

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

 span { border-color: rgb(54,102,145); }

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