Html Css Color HEX #336397 Lochmara

📋 copy color: '#336397'

red 51 ◦ green 99 ◦ blue 151

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

Shades of Lochmara #336397

Tints of Lochmara #336397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 16.94%
G = 32.89%
B = 50.17%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336397 (or 0x336397) is known color: Lochmara. HEX triplet: 33, 63 and 97. RGB value is (51,99,151). Sum of RGB (Red+Green+Blue) = 51+99+151=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #336397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336397 is #CC9C68. Grayscale: #5A5A5A. Windows color (decimal): -13409385 or 9921331. OLE color: 9921331.

HSL color Cylindrical-coordinate representation of color #336397: hue angle of 211.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 #336397 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 99 151 -
CMYK 0.66 0.34 0 0.41
HSL 211.2º 0.5% 0.4% -
HSV(B) 211.2º 0.66% 0.59% -
XYZ 11.41 11.86 30.97 -
YUV 90.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 51 99 151 0.66 0.34 0 0.41 211.2 0.5 0.4
Hex 33 63 97 42 22 0 29 D3 32 28
Octal 63 143 227 102 42 0 51 323 62 50
Binary 110011 1100011 10010111 1000010 100010 0 101001 11010011 110010 101000

Color Harmonies of #336397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336397

Black with #336397

Text Example


Text Example

White with #336397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336397; }

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

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

background-color css

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

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

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

border-color css

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

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

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