Html Css Color HEX #336499 Lochmara

📋 copy color: '#336499'

red 51 ◦ green 100 ◦ blue 153

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

Shades of Lochmara #336499

Tints of Lochmara #336499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 16.78%
G = 32.89%
B = 50.33%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#336499 (or 0x336499) is known color: Lochmara. HEX triplet: 33, 64 and 99. RGB value is (51,100,153). Sum of RGB (Red+Green+Blue) = 51+100+153=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #336499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336499 is #CC9B66. Grayscale: #5B5B5B. Windows color (decimal): -13409127 or 10052659. OLE color: 10052659.

HSL color Cylindrical-coordinate representation of color #336499: hue angle of 211.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336499 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 100 153 -
CMYK 0.67 0.35 0 0.4
HSL 211.18º 0.5% 0.4% -
HSV(B) 211.18º 0.67% 0.6% -
XYZ 11.67 12.12 31.86 -
YUV 91.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 51 100 153 0.67 0.35 0 0.4 211.18 0.5 0.4
Hex 33 64 99 43 23 0 28 D3 32 28
Octal 63 144 231 103 43 0 50 323 62 50
Binary 110011 1100100 10011001 1000011 100011 0 101000 11010011 110010 101000

Color Harmonies of #336499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336499

Black with #336499

Text Example


Text Example

White with #336499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336499; }

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

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

background-color css

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

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

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

border-color css

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

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

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