Html Css Color HEX #315477 Venice Blue

📋 copy color: '#315477'

red 49 ◦ green 84 ◦ blue 119

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

Shades of Venice Blue #315477

Tints of Venice Blue #315477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 19.44%
G = 33.33%
B = 47.22%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315477 (or 0x315477) is known color: Venice Blue. HEX triplet: 31, 54 and 77. RGB value is (49,84,119). Sum of RGB (Red+Green+Blue) = 49+84+119=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #315477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315477 is #CEAB88. Grayscale: #4D4D4D. Windows color (decimal): -13544329 or 7820337. OLE color: 7820337.

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

Color convert

RGB 49 84 119 -
CMYK 0.59 0.29 0 0.53
HSL 210º 0.42% 0.33% -
HSV(B) 210º 0.59% 0.47% -
XYZ 7.77 8.33 18.65 -
YUV 77.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 49 84 119 0.59 0.29 0 0.53 210 0.42 0.33
Hex 31 54 77 3B 1D 0 35 D2 2A 21
Octal 61 124 167 73 35 0 65 322 52 41
Binary 110001 1010100 1110111 111011 11101 0 110101 11010010 101010 100001

Color Harmonies of #315477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315477

Black with #315477

Text Example


Text Example

White with #315477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315477; }

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

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

background-color css

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

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

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

border-color css

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

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

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