#308083

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

Shades of Atoll #308083

Tints of Atoll #308083

Color information

#308083 (or 0x308083) is unknown color: approx Atoll. HEX triplet: 30, 80 and 83. RGB value is (48,128,131). Sum of RGB (Red+Green+Blue) = 48+128+131=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #308083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308083 is #CF7F7C. Grayscale: #686868. Windows color (decimal): -13598589 or 8618032. OLE color: 8618032.

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

Color convert

RGB48128131-
CMYK0.630.0200.49
HSL182.17º46.37%35.1%-
HSV(B)182.17º63.36%51.37%-
XYZ13.0317.7124.2-
YUV104.4214387.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=15.64%
G=41.69%
B=42.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481281310.630.0200.49182.1746.3735.1
Hex3080833F2031b62e23
Octal602002037720612665643
Binary110000100000001000001111111110011000110110110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308083; }

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

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

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

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

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

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

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

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