#308483

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

Shades of Atoll #308483

Tints of Atoll #308483

Color information

#308483 (or 0x308483) is unknown color: approx Atoll. HEX triplet: 30, 84 and 83. RGB value is (48,132,131). Sum of RGB (Red+Green+Blue) = 48+132+131=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #308483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308483 is #CF7B7C. Grayscale: #6A6A6A. Windows color (decimal): -13597565 or 8619056. OLE color: 8619056.

HSL color Cylindrical-coordinate representation of color #308483: hue angle of 179.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308483 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB48132131-
CMYK0.6400.010.48
HSL179.29º46.67%35.29%-
HSV(B)179.29º63.64%51.76%-
XYZ13.5718.7724.38-
YUV106.77141.6786.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=15.43%
G=42.44%
B=42.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481321310.6400.010.48179.2946.6735.29
Hex308483400130b32f23
Octal6020420310001602635743
Binary110000100001001000001110000000111000010110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308483; }

 p { color: rgb(48,132,131); }

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

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

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

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

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

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

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