Html Css Color HEX #336CA9 Lochmara

📋 copy color: '#336CA9'

red 51 ◦ green 108 ◦ blue 169

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

Shades of Lochmara #336CA9

Tints of Lochmara #336CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.52%

R = 15.55%
G = 32.93%
B = 51.52%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#336CA9 (or 0x336CA9) is known color: Lochmara. HEX triplet: 33, 6C and A9. RGB value is (51,108,169). Sum of RGB (Red+Green+Blue) = 51+108+169=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #336CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336CA9 is #CC9356. Grayscale: #616161. Windows color (decimal): -13407063 or 11103283. OLE color: 11103283.

HSL color Cylindrical-coordinate representation of color #336CA9: hue angle of 211.02º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336CA9 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 51 108 169 -
CMYK 0.70 0.36 0 0.34
HSL 211.02º 0.54% 0.43% -
HSV(B) 211.02º 0.7% 0.66% -
XYZ 13.89 14.29 39.56 -
YUV 97.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 51 108 169 0.70 0.36 0 0.34 211.02 0.54 0.43
Hex 33 6C A9 46 24 0 22 D3 36 2B
Octal 63 154 251 106 44 0 42 323 66 53
Binary 110011 1101100 10101001 1000110 100100 0 100010 11010011 110110 101011

Color Harmonies of #336CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CA9

Black with #336CA9

Text Example


Text Example

White with #336CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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