Html Css Color HEX #336897 Lochmara

📋 copy color: '#336897'

red 51 ◦ green 104 ◦ blue 151

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

Shades of Lochmara #336897

Tints of Lochmara #336897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 16.67%
G = 33.99%
B = 49.35%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336897 (or 0x336897) is known color: Lochmara. HEX triplet: 33, 68 and 97. RGB value is (51,104,151). Sum of RGB (Red+Green+Blue) = 51+104+151=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #336897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336897 is #CC9768. Grayscale: #5D5D5D. Windows color (decimal): -13408105 or 9922611. OLE color: 9922611.

HSL color Cylindrical-coordinate representation of color #336897: hue angle of 208.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336897 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 104 151 -
CMYK 0.66 0.31 0 0.41
HSL 208.2º 0.5% 0.4% -
HSV(B) 208.2º 0.66% 0.59% -
XYZ 11.9 12.84 31.13 -
YUV 93.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 51 104 151 0.66 0.31 0 0.41 208.2 0.5 0.4
Hex 33 68 97 42 1F 0 29 D0 32 28
Octal 63 150 227 102 37 0 51 320 62 50
Binary 110011 1101000 10010111 1000010 11111 0 101001 11010000 110010 101000

Color Harmonies of #336897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336897

Black with #336897

Text Example


Text Example

White with #336897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336897; }

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

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

background-color css

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

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

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

border-color css

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

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

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