#317274

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

Shades of Atoll #317274

Tints of Atoll #317274

Color information

#317274 (or 0x317274) is unknown color: approx Atoll. HEX triplet: 31, 72 and 74. RGB value is (49,114,116). Sum of RGB (Red+Green+Blue) = 49+114+116=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #317274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317274 is #CE8D8B. Grayscale: #5E5E5E. Windows color (decimal): -13536652 or 7631409. OLE color: 7631409.

HSL color Cylindrical-coordinate representation of color #317274: hue angle of 181.79º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317274 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB49114116-
CMYK0.580.0200.55
HSL181.79º40.61%32.35%-
HSV(B)181.79º57.76%45.49%-
XYZ10.4413.9518.67-
YUV94.79139.9795.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=17.56%
G=40.86%
B=41.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491141160.580.0200.55181.7940.6132.35
Hex3172743A2037b62920
Octal611621647220672665140
Binary1100011110010111010011101010011011110110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317274; }

 p { color: rgb(49,114,116); }

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

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

 a { background-color: rgb(49,114,116); }

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

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

 span { border-color: rgb(49,114,116); }

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