Html Css Color HEX #336691 Lochmara

📋 copy color: '#336691'

red 51 ◦ green 102 ◦ blue 145

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

Shades of Lochmara #336691

Tints of Lochmara #336691

RGB

 RED value IS 51 (20.31% from 255) = 17.11%

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

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

R = 17.11%
G = 34.23%
B = 48.66%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336691 (or 0x336691) is known color: Lochmara. HEX triplet: 33, 66 and 91. RGB value is (51,102,145). Sum of RGB (Red+Green+Blue) = 51+102+145=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #336691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336691 is #CC996E. Grayscale: #5B5B5B. Windows color (decimal): -13408623 or 9528883. OLE color: 9528883.

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

Color convert

RGB 51 102 145 -
CMYK 0.65 0.30 0 0.43
HSL 207.45º 0.48% 0.38% -
HSV(B) 207.45º 0.65% 0.57% -
XYZ 11.23 12.25 28.56 -
YUV 91.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 51 102 145 0.65 0.30 0 0.43 207.45 0.48 0.38
Hex 33 66 91 41 1E 0 2B CF 30 26
Octal 63 146 221 101 36 0 53 317 60 46
Binary 110011 1100110 10010001 1000001 11110 0 101011 11001111 110000 100110

Color Harmonies of #336691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336691

Black with #336691

Text Example


Text Example

White with #336691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336691; }

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

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

background-color css

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

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

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

border-color css

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

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

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