Html Css Color HEX #336297 Lochmara

📋 copy color: '#336297'

red 51 ◦ green 98 ◦ blue 151

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

Shades of Lochmara #336297

Tints of Lochmara #336297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 17%
G = 32.67%
B = 50.33%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#336297 (or 0x336297) is known color: Lochmara. HEX triplet: 33, 62 and 97. RGB value is (51,98,151). Sum of RGB (Red+Green+Blue) = 51+98+151=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #336297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336297 is #CC9D68. Grayscale: #595959. Windows color (decimal): -13409641 or 9921075. OLE color: 9921075.

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

Color convert

RGB 51 98 151 -
CMYK 0.66 0.35 0 0.41
HSL 211.8º 0.5% 0.4% -
HSV(B) 211.8º 0.66% 0.59% -
XYZ 11.32 11.67 30.93 -
YUV 89.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 51 98 151 0.66 0.35 0 0.41 211.8 0.5 0.4
Hex 33 62 97 42 23 0 29 D4 32 28
Octal 63 142 227 102 43 0 51 324 62 50
Binary 110011 1100010 10010111 1000010 100011 0 101001 11010100 110010 101000

Color Harmonies of #336297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336297

Black with #336297

Text Example


Text Example

White with #336297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336297; }

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

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

background-color css

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

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

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

border-color css

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

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

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