Html Css Color HEX #315576 Venice Blue

📋 copy color: '#315576'

red 49 ◦ green 85 ◦ blue 118

#315576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #315576

Tints of Venice Blue #315576

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 19.44%
G = 33.73%
B = 46.83%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#315576 (or 0x315576) is known color: Venice Blue. HEX triplet: 31, 55 and 76. RGB value is (49,85,118). Sum of RGB (Red+Green+Blue) = 49+85+118=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #315576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315576 is #CEAA89. Grayscale: #4D4D4D. Windows color (decimal): -13544074 or 7755057. OLE color: 7755057.

HSL color Cylindrical-coordinate representation of color #315576: hue angle of 208.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315576 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 85 118 -
CMYK 0.58 0.28 0 0.54
HSL 208.7º 0.41% 0.33% -
HSV(B) 208.7º 0.58% 0.46% -
XYZ 7.79 8.46 18.36 -
YUV 78 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 49 85 118 0.58 0.28 0 0.54 208.7 0.41 0.33
Hex 31 55 76 3A 1C 0 36 D1 29 21
Octal 61 125 166 72 34 0 66 321 51 41
Binary 110001 1010101 1110110 111010 11100 0 110110 11010001 101001 100001

Color Harmonies of #315576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315576

Black with #315576

Text Example


Text Example

White with #315576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315576; }

 p { color: rgb(49,85,118); }

 H1.HeaderClassName
 {
   color: #315576;
 }
 .AnyTagClassName
 {
   color: #315576;
 }
</style>

background-color css

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

 a { background-color: rgb(49,85,118); }

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

border-color css

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

 span { border-color: rgb(49,85,118); }

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