#337298

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

Shades of Lochmara #337298

Tints of Lochmara #337298

Color information

#337298 (or 0x337298) is unknown color: approx Lochmara. HEX triplet: 33, 72 and 98. RGB value is (51,114,152). Sum of RGB (Red+Green+Blue) = 51+114+152=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #337298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337298 is #CC8D67. Grayscale: #636363. Windows color (decimal): -13405544 or 9990707. OLE color: 9990707.

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

Color convert

RGB51114152-
CMYK0.660.2500.40
HSL202.57º49.75%39.8%-
HSV(B)202.57º66.45%59.61%-
XYZ13.0515.0131.91-
YUV99.49157.6393.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=16.09%
G=35.96%
B=47.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511141520.660.2500.40202.5749.7539.8
Hex3372984219028cb3228
Octal63162230102310503136250
Binary110011111001010011000100001011001010100011001011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337298; }

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

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

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

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

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

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

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

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