Html Css Color HEX #336497 Lochmara

📋 copy color: '#336497'

red 51 ◦ green 100 ◦ blue 151

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

Shades of Lochmara #336497

Tints of Lochmara #336497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 151 (59.38% from 255) = 50%

R = 16.89%
G = 33.11%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336497 (or 0x336497) is known color: Lochmara. HEX triplet: 33, 64 and 97. RGB value is (51,100,151). Sum of RGB (Red+Green+Blue) = 51+100+151=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #336497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336497 is #CC9B68. Grayscale: #5A5A5A. Windows color (decimal): -13409129 or 9921587. OLE color: 9921587.

HSL color Cylindrical-coordinate representation of color #336497: hue angle of 210.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336497 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 100 151 -
CMYK 0.66 0.34 0 0.41
HSL 210.6º 0.5% 0.4% -
HSV(B) 210.6º 0.66% 0.59% -
XYZ 11.51 12.05 31 -
YUV 91.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 51 100 151 0.66 0.34 0 0.41 210.6 0.5 0.4
Hex 33 64 97 42 22 0 29 D3 32 28
Octal 63 144 227 102 42 0 51 323 62 50
Binary 110011 1100100 10010111 1000010 100010 0 101001 11010011 110010 101000

Color Harmonies of #336497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336497

Black with #336497

Text Example


Text Example

White with #336497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336497; }

 p { color: rgb(51,100,151); }

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

background-color css

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

 a { background-color: rgb(51,100,151); }

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

border-color css

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

 span { border-color: rgb(51,100,151); }

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