Html Css Color HEX #315A77 Venice Blue

📋 copy color: '#315A77'

red 49 ◦ green 90 ◦ blue 119

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

Shades of Venice Blue #315A77

Tints of Venice Blue #315A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 18.99%
G = 34.88%
B = 46.12%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315A77 (or 0x315A77) is known color: Venice Blue. HEX triplet: 31, 5A and 77. RGB value is (49,90,119). Sum of RGB (Red+Green+Blue) = 49+90+119=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #315A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A77 is #CEA588. Grayscale: #505050. Windows color (decimal): -13542793 or 7821873. OLE color: 7821873.

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

Color convert

RGB 49 90 119 -
CMYK 0.59 0.24 0 0.53
HSL 204.86º 0.42% 0.33% -
HSV(B) 204.86º 0.59% 0.47% -
XYZ 8.25 9.3 18.81 -
YUV 81.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 49 90 119 0.59 0.24 0 0.53 204.86 0.42 0.33
Hex 31 5A 77 3B 18 0 35 CD 2A 21
Octal 61 132 167 73 30 0 65 315 52 41
Binary 110001 1011010 1110111 111011 11000 0 110101 11001101 101010 100001

Color Harmonies of #315A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A77

Black with #315A77

Text Example


Text Example

White with #315A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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