#317984

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

Shades of Atoll #317984

Tints of Atoll #317984

Color information

#317984 (or 0x317984) is unknown color: approx Atoll. HEX triplet: 31, 79 and 84. RGB value is (49,121,132). Sum of RGB (Red+Green+Blue) = 49+121+132=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #317984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317984 is #CE867B. Grayscale: #646464. Windows color (decimal): -13534844 or 8681777. OLE color: 8681777.

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

Color convert

RGB49121132-
CMYK0.630.0800.48
HSL187.95º45.86%35.49%-
HSV(B)187.95º62.88%51.76%-
XYZ12.2715.9924.27-
YUV100.73145.6591.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=16.23%
G=40.07%
B=43.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491211320.630.0800.48187.9545.8635.49
Hex3179843F8030bc2e23
Octal6117120477100602745643
Binary1100011111001100001001111111000011000010111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317984; }

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

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

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

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

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

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

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

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