#308984

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

Shades of Atoll #308984

Tints of Atoll #308984

Color information

#308984 (or 0x308984) is unknown color: approx Atoll. HEX triplet: 30, 89 and 84. RGB value is (48,137,132). Sum of RGB (Red+Green+Blue) = 48+137+132=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #308984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308984 is #CF767B. Grayscale: #6D6D6D. Windows color (decimal): -13596284 or 8685872. OLE color: 8685872.

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

Color convert

RGB48137132-
CMYK0.6500.040.46
HSL176.63º48.11%36.27%-
HSV(B)176.63º64.96%53.73%-
XYZ14.3320.1924.97-
YUV109.82140.5183.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=15.14%
G=43.22%
B=41.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371320.6500.040.46176.6348.1136.27
Hex30898441042Eb13024
Octal6021120410104562616044
Binary11000010001001100001001000001010010111010110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308984; }

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

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

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

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

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

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

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

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