#337299

Color #337299 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #337299

Tints of Lochmara #337299

Color information

#337299 (or 0x337299) is unknown color: approx Lochmara. HEX triplet: 33, 72 and 99. RGB value is (51,114,153). Sum of RGB (Red+Green+Blue) = 51+114+153=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #337299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337299 is #CC8D66. Grayscale: #636363. Windows color (decimal): -13405543 or 10056243. OLE color: 10056243.

HSL color Cylindrical-coordinate representation of color #337299: hue angle of 202.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337299 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51114153-
CMYK0.670.2500.4
HSL202.94º50%40%-
HSV(B)202.94º66.67%60%-
XYZ13.1315.0432.35-
YUV99.61158.1393.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=16.04%
G=35.85%
B=48.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511141530.670.2500.4202.945040
Hex3372994319028cb3228
Octal63162231103310503136250
Binary110011111001010011001100001111001010100011001011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337299; }

 p { color: rgb(51,114,153); }

 H1.HeaderClassName
 {
   color: #337299;
 }
 .AnyTagClassName
 {
   color: #337299;
 }
</style>
background-color css

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

 a { background-color: rgb(51,114,153); }

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

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

 span { border-color: rgb(51,114,153); }

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