Html Css Color HEX #315470 Venice Blue

📋 copy color: '#315470'

red 49 ◦ green 84 ◦ blue 112

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

Shades of Venice Blue #315470

Tints of Venice Blue #315470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 20%
G = 34.29%
B = 45.71%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315470 (or 0x315470) is known color: 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

RGB 49 84 112 -
CMYK 0.56 0.25 0 0.56
HSL 206.67º 0.39% 0.32% -
HSV(B) 206.67º 0.56% 0.44% -
XYZ 7.36 8.16 16.52 -
YUV 76.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 49 84 112 0.56 0.25 0 0.56 206.67 0.39 0.32
Hex 31 54 70 38 19 0 38 CF 27 20
Octal 61 124 160 70 31 0 70 317 47 40
Binary 110001 1010100 1110000 111000 11001 0 111000 11001111 100111 100000

Color Harmonies of #315470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315470

Black with #315470

Text Example


Text Example

White with #315470

Text Example


Text Example

HTML Codes & Css Web 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>