Html Css Color HEX #336595 Lochmara

📋 copy color: '#336595'

red 51 ◦ green 101 ◦ blue 149

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

Shades of Lochmara #336595

Tints of Lochmara #336595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

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

R = 16.94%
G = 33.55%
B = 49.5%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336595 (or 0x336595) is known color: Lochmara. HEX triplet: 33, 65 and 95. RGB value is (51,101,149). Sum of RGB (Red+Green+Blue) = 51+101+149=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #336595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336595 is #CC9A6A. Grayscale: #5B5B5B. Windows color (decimal): -13408875 or 9790771. OLE color: 9790771.

HSL color Cylindrical-coordinate representation of color #336595: hue angle of 209.39º 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 #336595 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 101 149 -
CMYK 0.66 0.32 0 0.42
HSL 209.39º 0.49% 0.39% -
HSV(B) 209.39º 0.66% 0.58% -
XYZ 11.44 12.18 30.18 -
YUV 91.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 51 101 149 0.66 0.32 0 0.42 209.39 0.49 0.39
Hex 33 65 95 42 20 0 2A D1 31 27
Octal 63 145 225 102 40 0 52 321 61 47
Binary 110011 1100101 10010101 1000010 100000 0 101010 11010001 110001 100111

Color Harmonies of #336595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336595

Black with #336595

Text Example


Text Example

White with #336595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336595; }

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

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

background-color css

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

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

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

border-color css

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

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

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