#337799

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

Shades of Lochmara #337799

Tints of Lochmara #337799

Color information

#337799 (or 0x337799) is unknown color: approx Lochmara. HEX triplet: 33, 77 and 99. RGB value is (51,119,153). Sum of RGB (Red+Green+Blue) = 51+119+153=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #337799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337799 is #CC8866. Grayscale: #666666. Windows color (decimal): -13404263 or 10057523. OLE color: 10057523.

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

Color convert

RGB51119153-
CMYK0.670.2200.4
HSL200º50%40%-
HSV(B)200º66.67%60%-
XYZ13.7116.232.54-
YUV102.54156.4791.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=15.79%
G=36.84%
B=47.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511191530.670.2200.42005040
Hex3377994316028c83228
Octal63167231103260503106250
Binary110011111011110011001100001110110010100011001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337799; }

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

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

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

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

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

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

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

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