#317F8B

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

Shades of Atoll #317F8B

Tints of Atoll #317F8B

Color information

#317F8B (or 0x317F8B) is unknown color: approx Atoll. HEX triplet: 31, 7F and 8B. RGB value is (49,127,139). Sum of RGB (Red+Green+Blue) = 49+127+139=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #317F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317F8B is #CE8074. Grayscale: #686868. Windows color (decimal): -13533301 or 9142065. OLE color: 9142065.

HSL color Cylindrical-coordinate representation of color #317F8B: hue angle of 188º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317F8B is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49127139-
CMYK0.650.0900.45
HSL188º47.87%36.86%-
HSV(B)188º64.75%54.51%-
XYZ13.5217.727.13-
YUV105.05147.1688.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=15.56%
G=40.32%
B=44.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491271390.650.0900.4518847.8736.86
Hex317F8B41902Dbc3025
Octal61177213101110552746045
Binary11000111111111000101110000011001010110110111100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F8B; }

 p { color: rgb(49,127,139); }

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

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

 a { background-color: rgb(49,127,139); }

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

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

 span { border-color: rgb(49,127,139); }

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