#337698

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

Shades of Lochmara #337698

Tints of Lochmara #337698

Color information

#337698 (or 0x337698) is unknown color: approx Lochmara. HEX triplet: 33, 76 and 98. RGB value is (51,118,152). Sum of RGB (Red+Green+Blue) = 51+118+152=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #337698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337698 is #CC8967. Grayscale: #656565. Windows color (decimal): -13404520 or 9991731. OLE color: 9991731.

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

Color convert

RGB51118152-
CMYK0.660.2200.40
HSL200.2º49.75%39.8%-
HSV(B)200.2º66.45%59.61%-
XYZ13.5115.9332.07-
YUV101.84156.391.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=15.89%
G=36.76%
B=47.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511181520.660.2200.40200.249.7539.8
Hex3376984216028c83228
Octal63166230102260503106250
Binary110011111011010011000100001010110010100011001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337698; }

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

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

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

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

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

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

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

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