Html Css Color HEX #336495 Lochmara

📋 copy color: '#336495'

red 51 ◦ green 100 ◦ blue 149

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

Shades of Lochmara #336495

Tints of Lochmara #336495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 17%
G = 33.33%
B = 49.67%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336495 (or 0x336495) is known color: Lochmara. HEX triplet: 33, 64 and 95. RGB value is (51,100,149). Sum of RGB (Red+Green+Blue) = 51+100+149=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #336495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336495 is #CC9B6A. Grayscale: #5A5A5A. Windows color (decimal): -13409131 or 9790515. OLE color: 9790515.

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

Color convert

RGB 51 100 149 -
CMYK 0.66 0.33 0 0.42
HSL 210º 0.49% 0.39% -
HSV(B) 210º 0.66% 0.58% -
XYZ 11.35 11.99 30.15 -
YUV 90.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 51 100 149 0.66 0.33 0 0.42 210 0.49 0.39
Hex 33 64 95 42 21 0 2A D2 31 27
Octal 63 144 225 102 41 0 52 322 61 47
Binary 110011 1100100 10010101 1000010 100001 0 101010 11010010 110001 100111

Color Harmonies of #336495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336495

Black with #336495

Text Example


Text Example

White with #336495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336495; }

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

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

background-color css

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

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

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

border-color css

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

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

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