Html Css Color HEX #315974 Venice Blue

📋 copy color: '#315974'

red 49 ◦ green 89 ◦ blue 116

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

Shades of Venice Blue #315974

Tints of Venice Blue #315974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 19.29%
G = 35.04%
B = 45.67%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315974 (or 0x315974) is known color: Venice Blue. HEX triplet: 31, 59 and 74. RGB value is (49,89,116). Sum of RGB (Red+Green+Blue) = 49+89+116=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #315974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315974 is #CEA68B. Grayscale: #4F4F4F. Windows color (decimal): -13543052 or 7625009. OLE color: 7625009.

HSL color Cylindrical-coordinate representation of color #315974: hue angle of 204.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315974 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 89 116 -
CMYK 0.58 0.23 0 0.55
HSL 204.18º 0.41% 0.32% -
HSV(B) 204.18º 0.58% 0.45% -
XYZ 7.99 9.06 17.85 -
YUV 80.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 49 89 116 0.58 0.23 0 0.55 204.18 0.41 0.32
Hex 31 59 74 3A 17 0 37 CC 29 20
Octal 61 131 164 72 27 0 67 314 51 40
Binary 110001 1011001 1110100 111010 10111 0 110111 11001100 101001 100000

Color Harmonies of #315974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315974

Black with #315974

Text Example


Text Example

White with #315974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315974; }

 p { color: rgb(49,89,116); }

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

background-color css

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

 a { background-color: rgb(49,89,116); }

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

border-color css

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

 span { border-color: rgb(49,89,116); }

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