Html Css Color HEX #315478 Venice Blue

📋 copy color: '#315478'

red 49 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #315478

Tints of Venice Blue #315478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 19.37%
G = 33.2%
B = 47.43%

CMYK

 C value IS 0.59

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315478 (or 0x315478) is known color: Venice Blue. HEX triplet: 31, 54 and 78. RGB value is (49,84,120). Sum of RGB (Red+Green+Blue) = 49+84+120=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #315478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315478 is #CEAB87. Grayscale: #4D4D4D. Windows color (decimal): -13544328 or 7885873. OLE color: 7885873.

HSL color Cylindrical-coordinate representation of color #315478: hue angle of 210.42º 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 #315478 is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 84 120 -
CMYK 0.59 0.3 0 0.53
HSL 210.42º 0.42% 0.33% -
HSV(B) 210.42º 0.59% 0.47% -
XYZ 7.83 8.35 18.97 -
YUV 77.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 49 84 120 0.59 0.3 0 0.53 210.42 0.42 0.33
Hex 31 54 78 3B 1E 0 35 D2 2A 21
Octal 61 124 170 73 36 0 65 322 52 41
Binary 110001 1010100 1111000 111011 11110 0 110101 11010010 101010 100001

Color Harmonies of #315478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315478

Black with #315478

Text Example


Text Example

White with #315478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315478; }

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

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

background-color css

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

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

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

border-color css

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

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

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