#317378

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

Shades of Atoll #317378

Tints of Atoll #317378

Color information

#317378 (or 0x317378) is unknown color: approx Atoll. HEX triplet: 31, 73 and 78. RGB value is (49,115,120). Sum of RGB (Red+Green+Blue) = 49+115+120=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #317378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317378 is #CE8C87. Grayscale: #5F5F5F. Windows color (decimal): -13536392 or 7893809. OLE color: 7893809.

HSL color Cylindrical-coordinate representation of color #317378: hue angle of 184.23º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317378 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49115120-
CMYK0.590.0400.53
HSL184.23º42.01%33.14%-
HSV(B)184.23º59.17%47.06%-
XYZ10.7914.2719.96-
YUV95.84141.6394.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=17.25%
G=40.49%
B=42.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491151200.590.0400.53184.2342.0133.14
Hex3173783B4035b82a21
Octal611631707340652705241
Binary11000111100111111000111011100011010110111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317378; }

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

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

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

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

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

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

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

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