#308081

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

Shades of Atoll #308081

Tints of Atoll #308081

Color information

#308081 (or 0x308081) is unknown color: approx Atoll. HEX triplet: 30, 80 and 81. RGB value is (48,128,129). Sum of RGB (Red+Green+Blue) = 48+128+129=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #308081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308081 is #CF7F7E. Grayscale: #686868. Windows color (decimal): -13598591 or 8486960. OLE color: 8486960.

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

Color convert

RGB48128129-
CMYK0.630.0100.49
HSL180.74º45.76%34.71%-
HSV(B)180.74º62.79%50.59%-
XYZ12.917.6523.5-
YUV104.1914287.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=15.74%
G=41.97%
B=42.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481281290.630.0100.49180.7445.7634.71
Hex3080813F1031b52e23
Octal602002017710612655643
Binary11000010000000100000011111111011000110110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308081; }

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

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

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

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

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

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

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

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