#337778

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

Shades of Atoll #337778

Tints of Atoll #337778

Color information

#337778 (or 0x337778) is unknown color: approx Atoll. HEX triplet: 33, 77 and 78. RGB value is (51,119,120). Sum of RGB (Red+Green+Blue) = 51+119+120=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #337778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337778 is #CC8887. Grayscale: #626262. Windows color (decimal): -13404296 or 7894835. OLE color: 7894835.

HSL color Cylindrical-coordinate representation of color #337778: hue angle of 180.87º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337778 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51119120-
CMYK0.580.0100.53
HSL180.87º40.35%33.53%-
HSV(B)180.87º57.5%47.06%-
XYZ11.3515.2520.12-
YUV98.78139.9793.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=17.59%
G=41.03%
B=41.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191200.580.0100.53180.8740.3533.53
Hex3377783A1035b52822
Octal631671707210652655042
Binary110011111011111110001110101011010110110101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337778; }

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

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

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

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

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

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

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

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