Html Css Color HEX #336496 Lochmara

📋 copy color: '#336496'

red 51 ◦ green 100 ◦ blue 150

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

Shades of Lochmara #336496

Tints of Lochmara #336496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 16.94%
G = 33.22%
B = 49.83%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336496 (or 0x336496) is known color: Lochmara. HEX triplet: 33, 64 and 96. RGB value is (51,100,150). Sum of RGB (Red+Green+Blue) = 51+100+150=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #336496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336496 is #CC9B69. Grayscale: #5A5A5A. Windows color (decimal): -13409130 or 9856051. OLE color: 9856051.

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

Color convert

RGB 51 100 150 -
CMYK 0.66 0.33 0 0.41
HSL 210.3º 0.49% 0.39% -
HSV(B) 210.3º 0.66% 0.59% -
XYZ 11.43 12.02 30.57 -
YUV 91.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 51 100 150 0.66 0.33 0 0.41 210.3 0.49 0.39
Hex 33 64 96 42 21 0 29 D2 31 27
Octal 63 144 226 102 41 0 51 322 61 47
Binary 110011 1100100 10010110 1000010 100001 0 101001 11010010 110001 100111

Color Harmonies of #336496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336496

Black with #336496

Text Example


Text Example

White with #336496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336496; }

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

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

background-color css

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

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

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

border-color css

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

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

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