#317985

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

Shades of Atoll #317985

Tints of Atoll #317985

Color information

#317985 (or 0x317985) is unknown color: approx Atoll. HEX triplet: 31, 79 and 85. RGB value is (49,121,133). Sum of RGB (Red+Green+Blue) = 49+121+133=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #317985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317985 is #CE867A. Grayscale: #646464. Windows color (decimal): -13534843 or 8747313. OLE color: 8747313.

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

Color convert

RGB49121133-
CMYK0.630.0900.48
HSL188.57º46.15%35.69%-
HSV(B)188.57º63.16%52.16%-
XYZ12.3416.0224.63-
YUV100.84146.1591.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=16.17%
G=39.93%
B=43.89%

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
Decimal491211330.630.0900.48188.5746.1535.69
Hex3179853F9030bd2e24
Octal6117120577110602755644
Binary1100011111001100001011111111001011000010111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317985; }

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

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

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

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

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

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

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

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