#308283

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

Shades of Atoll #308283

Tints of Atoll #308283

Color information

#308283 (or 0x308283) is unknown color: approx Atoll. HEX triplet: 30, 82 and 83. RGB value is (48,130,131). Sum of RGB (Red+Green+Blue) = 48+130+131=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #308283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308283 is #CF7D7C. Grayscale: #696969. Windows color (decimal): -13598077 or 8618544. OLE color: 8618544.

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

Color convert

RGB48130131-
CMYK0.630.0100.49
HSL180.72º46.37%35.1%-
HSV(B)180.72º63.36%51.37%-
XYZ13.318.2324.29-
YUV105.6142.3386.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=15.53%
G=42.07%
B=42.39%

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
Decimal481301310.630.0100.49180.7246.3735.1
Hex3082833F1031b52e23
Octal602022037710612655643
Binary11000010000010100000111111111011000110110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308283; }

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

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

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

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

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

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

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

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