Html Css Color HEX #336895 Lochmara

📋 copy color: '#336895'

red 51 ◦ green 104 ◦ blue 149

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

Shades of Lochmara #336895

Tints of Lochmara #336895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 16.78%
G = 34.21%
B = 49.01%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336895 (or 0x336895) is known color: Lochmara. HEX triplet: 33, 68 and 95. RGB value is (51,104,149). Sum of RGB (Red+Green+Blue) = 51+104+149=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #336895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336895 is #CC976A. Grayscale: #5D5D5D. Windows color (decimal): -13408107 or 9791539. OLE color: 9791539.

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

Color convert

RGB 51 104 149 -
CMYK 0.66 0.30 0 0.42
HSL 207.55º 0.49% 0.39% -
HSV(B) 207.55º 0.66% 0.58% -
XYZ 11.74 12.77 30.28 -
YUV 93.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 51 104 149 0.66 0.30 0 0.42 207.55 0.49 0.39
Hex 33 68 95 42 1E 0 2A D0 31 27
Octal 63 150 225 102 36 0 52 320 61 47
Binary 110011 1101000 10010101 1000010 11110 0 101010 11010000 110001 100111

Color Harmonies of #336895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336895

Black with #336895

Text Example


Text Example

White with #336895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336895; }

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

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

background-color css

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

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

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

border-color css

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

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

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