#315372

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

Shades of Venice Blue #315372

Tints of Venice Blue #315372

Color information

#315372 (or 0x315372) is unknown color: approx Venice Blue. HEX triplet: 31, 53 and 72. RGB value is (49,83,114). Sum of RGB (Red+Green+Blue) = 49+83+114=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #315372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315372 is #CEAC8D. Grayscale: #4C4C4C. Windows color (decimal): -13544590 or 7492401. OLE color: 7492401.

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

Color convert

RGB4983114-
CMYK0.570.2700.55
HSL208.62º39.88%31.96%-
HSV(B)208.62º57.02%44.71%-
XYZ7.48.0517.08-
YUV76.37149.24108.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=19.92%
G=33.74%
B=46.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49831140.570.2700.55208.6239.8831.96
Hex315372391B037d12820
Octal6112316271330673215040
Binary1100011010011111001011100111011011011111010001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315372; }

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

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

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

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

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

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

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

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