#308089

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

Shades of Atoll #308089

Tints of Atoll #308089

Color information

#308089 (or 0x308089) is unknown color: approx Atoll. HEX triplet: 30, 80 and 89. RGB value is (48,128,137). Sum of RGB (Red+Green+Blue) = 48+128+137=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #308089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308089 is #CF7F76. Grayscale: #686868. Windows color (decimal): -13598583 or 9011248. OLE color: 9011248.

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

Color convert

RGB48128137-
CMYK0.650.0700.46
HSL186.07º48.11%36.27%-
HSV(B)186.07º64.96%53.73%-
XYZ13.4517.8726.41-
YUV105.1114687.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=15.34%
G=40.89%
B=43.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481281370.650.0700.46186.0748.1136.27
Hex30808941702Eba3024
Octal6020021110170562726044
Binary11000010000000100010011000001111010111010111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308089; }

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

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

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

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

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

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

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

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