Html Css Color HEX #315070 Venice Blue

📋 copy color: '#315070'

red 49 ◦ green 80 ◦ blue 112

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

Shades of Venice Blue #315070

Tints of Venice Blue #315070

RGB

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

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

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

R = 20.33%
G = 33.2%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315070 (or 0x315070) is known color: Venice Blue. HEX triplet: 31, 50 and 70. RGB value is (49,80,112). Sum of RGB (Red+Green+Blue) = 49+80+112=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #315070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315070 is #CEAF8F. Grayscale: #4A4A4A. Windows color (decimal): -13545360 or 7360561. OLE color: 7360561.

HSL color Cylindrical-coordinate representation of color #315070: hue angle of 210.48º 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 #315070 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 80 112 -
CMYK 0.56 0.29 0 0.56
HSL 210.48º 0.39% 0.32% -
HSV(B) 210.48º 0.56% 0.44% -
XYZ 7.06 7.56 16.42 -
YUV 74.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 49 80 112 0.56 0.29 0 0.56 210.48 0.39 0.32
Hex 31 50 70 38 1D 0 38 D2 27 20
Octal 61 120 160 70 35 0 70 322 47 40
Binary 110001 1010000 1110000 111000 11101 0 111000 11010010 100111 100000

Color Harmonies of #315070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315070

Black with #315070

Text Example


Text Example

White with #315070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315070; }

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

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

background-color css

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

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

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

border-color css

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

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

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