Html Css Color HEX #315073 Venice Blue

📋 copy color: '#315073'

red 49 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #315073

Tints of Venice Blue #315073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 20.08%
G = 32.79%
B = 47.13%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315073 (or 0x315073) is known color: Venice Blue. HEX triplet: 31, 50 and 73. RGB value is (49,80,115). Sum of RGB (Red+Green+Blue) = 49+80+115=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #315073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315073 is #CEAF8C. Grayscale: #4A4A4A. Windows color (decimal): -13545357 or 7557169. OLE color: 7557169.

HSL color Cylindrical-coordinate representation of color #315073: hue angle of 211.82º 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 #315073 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 80 115 -
CMYK 0.57 0.30 0 0.55
HSL 211.82º 0.4% 0.32% -
HSV(B) 211.82º 0.57% 0.45% -
XYZ 7.23 7.63 17.31 -
YUV 74.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 49 80 115 0.57 0.30 0 0.55 211.82 0.4 0.32
Hex 31 50 73 39 1E 0 37 D4 28 20
Octal 61 120 163 71 36 0 67 324 50 40
Binary 110001 1010000 1110011 111001 11110 0 110111 11010100 101000 100000

Color Harmonies of #315073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315073

Black with #315073

Text Example


Text Example

White with #315073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315073; }

 p { color: rgb(49,80,115); }

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

background-color css

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

 a { background-color: rgb(49,80,115); }

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

border-color css

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

 span { border-color: rgb(49,80,115); }

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