#308282

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

Shades of Atoll #308282

Tints of Atoll #308282

Color information

#308282 (or 0x308282) is unknown color: approx Atoll. HEX triplet: 30, 82 and 82. RGB value is (48,130,130). Sum of RGB (Red+Green+Blue) = 48+130+130=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #308282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308282 is #CF7D7D. Grayscale: #696969. Windows color (decimal): -13598078 or 8553008. OLE color: 8553008.

HSL color Cylindrical-coordinate representation of color #308282: hue angle of 180º 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 #308282 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48130130-
CMYK0.63000.49
HSL180º46.07%34.9%-
HSV(B)180º63.08%50.98%-
XYZ13.2318.2123.94-
YUV105.48141.8387-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=15.58%
G=42.21%
B=42.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301300.63000.4918046.0734.9
Hex3082823F0031b42e23
Octal602022027700612645643
Binary11000010000010100000101111110011000110110100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308282; }

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

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

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

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

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

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

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

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