Html Css Color HEX #315475 Venice Blue

📋 copy color: '#315475'

red 49 ◦ green 84 ◦ blue 117

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

Shades of Venice Blue #315475

Tints of Venice Blue #315475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 19.6%
G = 33.6%
B = 46.8%

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

#315475 (or 0x315475) is known color: Venice Blue. HEX triplet: 31, 54 and 75. RGB value is (49,84,117). Sum of RGB (Red+Green+Blue) = 49+84+117=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #315475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315475 is #CEAB8A. Grayscale: #4D4D4D. Windows color (decimal): -13544331 or 7689265. OLE color: 7689265.

HSL color Cylindrical-coordinate representation of color #315475: hue angle of 209.12º 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 #315475 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 84 117 -
CMYK 0.58 0.28 0 0.54
HSL 209.12º 0.41% 0.33% -
HSV(B) 209.12º 0.58% 0.46% -
XYZ 7.65 8.28 18.02 -
YUV 77.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 49 84 117 0.58 0.28 0 0.54 209.12 0.41 0.33
Hex 31 54 75 3A 1C 0 36 D1 29 21
Octal 61 124 165 72 34 0 66 321 51 41
Binary 110001 1010100 1110101 111010 11100 0 110110 11010001 101001 100001

Color Harmonies of #315475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315475

Black with #315475

Text Example


Text Example

White with #315475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315475; }

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

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

background-color css

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

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

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

border-color css

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

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

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