#337480

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

Shades of Atoll #337480

Tints of Atoll #337480

Color information

#337480 (or 0x337480) is unknown color: approx Atoll. HEX triplet: 33, 74 and 80. RGB value is (51,116,128). Sum of RGB (Red+Green+Blue) = 51+116+128=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #337480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337480 is #CC8B7F. Grayscale: #616161. Windows color (decimal): -13405056 or 8418355. OLE color: 8418355.

HSL color Cylindrical-coordinate representation of color #337480: hue angle of 189.35º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337480 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB51116128-
CMYK0.600.0900.50
HSL189.35º43.02%35.1%-
HSV(B)189.35º60.16%50.2%-
XYZ11.5114.7522.66-
YUV97.93144.9794.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=17.29%
G=39.32%
B=43.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511161280.600.0900.50189.3543.0235.1
Hex3374803C9032bd2b23
Octal6316420074110622755343
Binary1100111110100100000001111001001011001010111101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337480; }

 p { color: rgb(51,116,128); }

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

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

 a { background-color: rgb(51,116,128); }

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

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

 span { border-color: rgb(51,116,128); }

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