#315470

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

Shades of Venice Blue #315470

Tints of Venice Blue #315470

Color information

#315470 (or 0x315470) is unknown color: approx Venice Blue. HEX triplet: 31, 54 and 70. RGB value is (49,84,112). Sum of RGB (Red+Green+Blue) = 49+84+112=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #315470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315470 is #CEAB8F. Grayscale: #4C4C4C. Windows color (decimal): -13544336 or 7361585. OLE color: 7361585.

HSL color Cylindrical-coordinate representation of color #315470: hue angle of 206.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315470 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4984112-
CMYK0.560.2500.56
HSL206.67º39.13%31.57%-
HSV(B)206.67º56.25%43.92%-
XYZ7.368.1616.52-
YUV76.73147.9108.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=20%
G=34.29%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49841120.560.2500.56206.6739.1331.57
Hex3154703819038cf2720
Octal6112416070310703174740
Binary1100011010100111000011100011001011100011001111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315470; }

 p { color: rgb(49,84,112); }

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

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

 a { background-color: rgb(49,84,112); }

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

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

 span { border-color: rgb(49,84,112); }

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