#308289

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

Shades of Atoll #308289

Tints of Atoll #308289

Color information

#308289 (or 0x308289) is unknown color: approx Atoll. HEX triplet: 30, 82 and 89. RGB value is (48,130,137). Sum of RGB (Red+Green+Blue) = 48+130+137=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #308289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308289 is #CF7D76. Grayscale: #6A6A6A. Windows color (decimal): -13598071 or 9011760. OLE color: 9011760.

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

Color convert

RGB48130137-
CMYK0.650.0500.46
HSL184.72º48.11%36.27%-
HSV(B)184.72º64.96%53.73%-
XYZ13.7218.426.5-
YUV106.28145.3386.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=15.24%
G=41.27%
B=43.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481301370.650.0500.46184.7248.1136.27
Hex30828941502Eb93024
Octal6020221110150562716044
Binary11000010000010100010011000001101010111010111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308289; }

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

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

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

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

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

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

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

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