#337598

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

Shades of Lochmara #337598

Tints of Lochmara #337598

Color information

#337598 (or 0x337598) is unknown color: approx Lochmara. HEX triplet: 33, 75 and 98. RGB value is (51,117,152). Sum of RGB (Red+Green+Blue) = 51+117+152=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #337598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337598 is #CC8A67. Grayscale: #656565. Windows color (decimal): -13404776 or 9991475. OLE color: 9991475.

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

Color convert

RGB51117152-
CMYK0.660.2300.40
HSL200.79º49.75%39.8%-
HSV(B)200.79º66.45%59.61%-
XYZ13.3915.6932.03-
YUV101.26156.6392.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=15.94%
G=36.56%
B=47.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511171520.660.2300.40200.7949.7539.8
Hex3375984217028c93228
Octal63165230102270503116250
Binary110011111010110011000100001010111010100011001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337598; }

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

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

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

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

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

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

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

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