Html Css Color HEX #315877 Venice Blue

📋 copy color: '#315877'

red 49 ◦ green 88 ◦ blue 119

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

Shades of Venice Blue #315877

Tints of Venice Blue #315877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 19.14%
G = 34.38%
B = 46.48%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315877 (or 0x315877) is known color: Venice Blue. HEX triplet: 31, 58 and 77. RGB value is (49,88,119). Sum of RGB (Red+Green+Blue) = 49+88+119=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #315877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315877 is #CEA788. Grayscale: #4F4F4F. Windows color (decimal): -13543305 or 7821361. OLE color: 7821361.

HSL color Cylindrical-coordinate representation of color #315877: hue angle of 206.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315877 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 88 119 -
CMYK 0.59 0.26 0 0.53
HSL 206.57º 0.42% 0.33% -
HSV(B) 206.57º 0.59% 0.47% -
XYZ 8.09 8.96 18.76 -
YUV 79.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 49 88 119 0.59 0.26 0 0.53 206.57 0.42 0.33
Hex 31 58 77 3B 1A 0 35 CF 2A 21
Octal 61 130 167 73 32 0 65 317 52 41
Binary 110001 1011000 1110111 111011 11010 0 110101 11001111 101010 100001

Color Harmonies of #315877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315877

Black with #315877

Text Example


Text Example

White with #315877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315877; }

 p { color: rgb(49,88,119); }

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

background-color css

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

 a { background-color: rgb(49,88,119); }

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

border-color css

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

 span { border-color: rgb(49,88,119); }

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