Html Css Color HEX #315172 Venice Blue

📋 copy color: '#315172'

red 49 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #315172

Tints of Venice Blue #315172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 20.08%
G = 33.2%
B = 46.72%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315172 (or 0x315172) is known color: Venice Blue. HEX triplet: 31, 51 and 72. RGB value is (49,81,114). Sum of RGB (Red+Green+Blue) = 49+81+114=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #315172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315172 is #CEAE8D. Grayscale: #4B4B4B. Windows color (decimal): -13545102 or 7491889. OLE color: 7491889.

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

Color convert

RGB 49 81 114 -
CMYK 0.57 0.29 0 0.55
HSL 210.46º 0.4% 0.32% -
HSV(B) 210.46º 0.57% 0.45% -
XYZ 7.25 7.75 17.03 -
YUV 75.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 49 81 114 0.57 0.29 0 0.55 210.46 0.4 0.32
Hex 31 51 72 39 1D 0 37 D2 28 20
Octal 61 121 162 71 35 0 67 322 50 40
Binary 110001 1010001 1110010 111001 11101 0 110111 11010010 101000 100000

Color Harmonies of #315172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315172

Black with #315172

Text Example


Text Example

White with #315172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315172; }

 p { color: rgb(49,81,114); }

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

background-color css

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

 a { background-color: rgb(49,81,114); }

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

border-color css

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

 span { border-color: rgb(49,81,114); }

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