Html Css Color HEX #315370 Venice Blue

📋 copy color: '#315370'

red 49 ◦ green 83 ◦ blue 112

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

Shades of Venice Blue #315370

Tints of Venice Blue #315370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 20.08%
G = 34.02%
B = 45.9%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315370 (or 0x315370) is known color: Venice Blue. HEX triplet: 31, 53 and 70. RGB value is (49,83,112). Sum of RGB (Red+Green+Blue) = 49+83+112=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #315370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315370 is #CEAC8F. Grayscale: #4B4B4B. Windows color (decimal): -13544592 or 7361329. OLE color: 7361329.

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

Color convert

RGB 49 83 112 -
CMYK 0.56 0.26 0 0.56
HSL 207.62º 0.39% 0.32% -
HSV(B) 207.62º 0.56% 0.44% -
XYZ 7.28 8.01 16.49 -
YUV 76.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 49 83 112 0.56 0.26 0 0.56 207.62 0.39 0.32
Hex 31 53 70 38 1A 0 38 D0 27 20
Octal 61 123 160 70 32 0 70 320 47 40
Binary 110001 1010011 1110000 111000 11010 0 111000 11010000 100111 100000

Color Harmonies of #315370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315370

Black with #315370

Text Example


Text Example

White with #315370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315370; }

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

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

background-color css

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

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

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

border-color css

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

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

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