#308182

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

Shades of Atoll #308182

Tints of Atoll #308182

Color information

#308182 (or 0x308182) is unknown color: approx Atoll. HEX triplet: 30, 81 and 82. RGB value is (48,129,130). Sum of RGB (Red+Green+Blue) = 48+129+130=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #308182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308182 is #CF7E7D. Grayscale: #686868. Windows color (decimal): -13598334 or 8552752. OLE color: 8552752.

HSL color Cylindrical-coordinate representation of color #308182: hue angle of 180.73º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308182 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48129130-
CMYK0.630.0100.49
HSL180.73º46.07%34.9%-
HSV(B)180.73º63.08%50.98%-
XYZ13.117.9423.89-
YUV104.9142.1687.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=15.64%
G=42.02%
B=42.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291300.630.0100.49180.7346.0734.9
Hex3081823F1031b52e23
Octal602012027710612655643
Binary11000010000001100000101111111011000110110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308182; }

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

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

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

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

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

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

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

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