#318388

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

Shades of Atoll #318388

Tints of Atoll #318388

Color information

#318388 (or 0x318388) is unknown color: approx Atoll. HEX triplet: 31, 83 and 88. RGB value is (49,131,136). Sum of RGB (Red+Green+Blue) = 49+131+136=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #318388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318388 is #CE7C77. Grayscale: #6A6A6A. Windows color (decimal): -13532280 or 8946481. OLE color: 8946481.

HSL color Cylindrical-coordinate representation of color #318388: hue angle of 183.45º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318388 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49131136-
CMYK0.640.0400.47
HSL183.45º47.03%36.27%-
HSV(B)183.45º63.97%53.33%-
XYZ13.8318.6626.17-
YUV107.05144.3386.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.51%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=15.51%
G=41.46%
B=43.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491311360.640.0400.47183.4547.0336.27
Hex31838840402Fb72f24
Octal6120321010040572675744
Binary11000110000011100010001000000100010111110110111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318388; }

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

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

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

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

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

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

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

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