#308288

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

Shades of Atoll #308288

Tints of Atoll #308288

Color information

#308288 (or 0x308288) is unknown color: approx Atoll. HEX triplet: 30, 82 and 88. RGB value is (48,130,136). Sum of RGB (Red+Green+Blue) = 48+130+136=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #308288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308288 is #CF7D77. Grayscale: #6A6A6A. Windows color (decimal): -13598072 or 8946224. OLE color: 8946224.

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

Color convert

RGB48130136-
CMYK0.650.0400.47
HSL184.09º47.83%36.08%-
HSV(B)184.09º64.71%53.33%-
XYZ13.6518.3726.12-
YUV106.17144.8386.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=15.29%
G=41.40%
B=43.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481301360.650.0400.47184.0947.8336.08
Hex30828841402Fb83024
Octal6020221010140572706044
Binary11000010000010100010001000001100010111110111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308288; }

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

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

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

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

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

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

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

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