#308884

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

Shades of Atoll #308884

Tints of Atoll #308884

Color information

#308884 (or 0x308884) is unknown color: approx Atoll. HEX triplet: 30, 88 and 84. RGB value is (48,136,132). Sum of RGB (Red+Green+Blue) = 48+136+132=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #308884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308884 is #CF777B. Grayscale: #6D6D6D. Windows color (decimal): -13596540 or 8685616. OLE color: 8685616.

HSL color Cylindrical-coordinate representation of color #308884: hue angle of 177.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308884 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB48136132-
CMYK0.6500.030.47
HSL177.27º47.83%36.08%-
HSV(B)177.27º64.71%53.33%-
XYZ14.1919.924.92-
YUV109.23140.8584.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=15.19%
G=43.04%
B=41.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481361320.6500.030.47177.2747.8336.08
Hex30888441032Fb13024
Octal6021020410103572616044
Binary1100001000100010000100100000101110111110110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308884; }

 p { color: rgb(48,136,132); }

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

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

 a { background-color: rgb(48,136,132); }

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

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

 span { border-color: rgb(48,136,132); }

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