#317884

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

Shades of Atoll #317884

Tints of Atoll #317884

Color information

#317884 (or 0x317884) is unknown color: approx Atoll. HEX triplet: 31, 78 and 84. RGB value is (49,120,132). Sum of RGB (Red+Green+Blue) = 49+120+132=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #317884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317884 is #CE877B. Grayscale: #646464. Windows color (decimal): -13535100 or 8681521. OLE color: 8681521.

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

Color convert

RGB49120132-
CMYK0.630.0900.48
HSL188.67º45.86%35.49%-
HSV(B)188.67º62.88%51.76%-
XYZ12.1515.7524.23-
YUV100.14145.9891.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=16.28%
G=39.87%
B=43.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491201320.630.0900.48188.6745.8635.49
Hex3178843F9030bd2e23
Octal6117020477110602755643
Binary1100011111000100001001111111001011000010111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317884; }

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

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

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

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

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

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

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

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