#308885

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

Shades of Atoll #308885

Tints of Atoll #308885

Color information

#308885 (or 0x308885) is unknown color: approx Atoll. HEX triplet: 30, 88 and 85. RGB value is (48,136,133). Sum of RGB (Red+Green+Blue) = 48+136+133=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #308885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308885 is #CF777A. Grayscale: #6D6D6D. Windows color (decimal): -13596539 or 8751152. OLE color: 8751152.

HSL color Cylindrical-coordinate representation of color #308885: hue angle of 177.95º 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 #308885 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB48136133-
CMYK0.6500.020.47
HSL177.95º47.83%36.08%-
HSV(B)177.95º64.71%53.33%-
XYZ14.2619.9325.29-
YUV109.35141.3584.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=15.14%
G=42.90%
B=41.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481361330.6500.020.47177.9547.8336.08
Hex30888541022Fb23024
Octal6021020510102572626044
Binary1100001000100010000101100000101010111110110010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308885; }

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

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

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

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

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

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

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

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