#318184

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

Shades of Atoll #318184

Tints of Atoll #318184

Color information

#318184 (or 0x318184) is unknown color: approx Atoll. HEX triplet: 31, 81 and 84. RGB value is (49,129,132). Sum of RGB (Red+Green+Blue) = 49+129+132=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #318184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318184 is #CE7E7B. Grayscale: #696969. Windows color (decimal): -13532796 or 8683825. OLE color: 8683825.

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

Color convert

RGB49129132-
CMYK0.630.0200.48
HSL182.17º45.86%35.49%-
HSV(B)182.17º62.88%51.76%-
XYZ13.2818.0224.61-
YUV105.4214387.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=15.81%
G=41.61%
B=42.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491291320.630.0200.48182.1745.8635.49
Hex3181843F2030b62e23
Octal612012047720602665643
Binary110001100000011000010011111110011000010110110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318184; }

 p { color: rgb(49,129,132); }

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

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

 a { background-color: rgb(49,129,132); }

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

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

 span { border-color: rgb(49,129,132); }

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