Html Css Color HEX #336C96 Lochmara

📋 copy color: '#336C96'

red 51 ◦ green 108 ◦ blue 150

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

Shades of Lochmara #336C96

Tints of Lochmara #336C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 16.5%
G = 34.95%
B = 48.54%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336C96 (or 0x336C96) is known color: Lochmara. HEX triplet: 33, 6C and 96. RGB value is (51,108,150). Sum of RGB (Red+Green+Blue) = 51+108+150=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #336C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C96 is #CC9369. Grayscale: #5F5F5F. Windows color (decimal): -13407082 or 9858099. OLE color: 9858099.

HSL color Cylindrical-coordinate representation of color #336C96: hue angle of 205.45º 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 #336C96 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 108 150 -
CMYK 0.66 0.28 0 0.41
HSL 205.45º 0.49% 0.39% -
HSV(B) 205.45º 0.66% 0.59% -
XYZ 12.23 13.63 30.84 -
YUV 95.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 51 108 150 0.66 0.28 0 0.41 205.45 0.49 0.39
Hex 33 6C 96 42 1C 0 29 CD 31 27
Octal 63 154 226 102 34 0 51 315 61 47
Binary 110011 1101100 10010110 1000010 11100 0 101001 11001101 110001 100111

Color Harmonies of #336C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C96

Black with #336C96

Text Example


Text Example

White with #336C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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