#338081

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

Shades of Atoll #338081

Tints of Atoll #338081

Color information

#338081 (or 0x338081) is unknown color: approx Atoll. HEX triplet: 33, 80 and 81. RGB value is (51,128,129). Sum of RGB (Red+Green+Blue) = 51+128+129=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #338081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338081 is #CC7F7E. Grayscale: #696969. Windows color (decimal): -13401983 or 8486963. OLE color: 8486963.

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

Color convert

RGB51128129-
CMYK0.600.0100.49
HSL180.77º43.33%35.29%-
HSV(B)180.77º60.47%50.59%-
XYZ13.0517.7323.5-
YUV105.09141.4989.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=16.56%
G=41.56%
B=41.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511281290.600.0100.49180.7743.3335.29
Hex3380813C1031b52b23
Octal632002017410612655343
Binary11001110000000100000011111001011000110110101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338081; }

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

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

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

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

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

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

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

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