#318283

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

Shades of Atoll #318283

Tints of Atoll #318283

Color information

#318283 (or 0x318283) is unknown color: approx Atoll. HEX triplet: 31, 82 and 83. RGB value is (49,130,131). Sum of RGB (Red+Green+Blue) = 49+130+131=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #318283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318283 is #CE7D7C. Grayscale: #696969. Windows color (decimal): -13532541 or 8618545. OLE color: 8618545.

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

Color convert

RGB49130131-
CMYK0.630.0100.49
HSL180.73º45.56%35.29%-
HSV(B)180.73º62.6%51.37%-
XYZ13.3518.2624.29-
YUV105.9142.1687.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=15.81%
G=41.94%
B=42.26%

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
Decimal491301310.630.0100.49180.7345.5635.29
Hex3182833F1031b52e23
Octal612022037710612655643
Binary11000110000010100000111111111011000110110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318283; }

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

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

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

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

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

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

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

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