Html Css Color HEX #315474 Venice Blue

📋 copy color: '#315474'

red 49 ◦ green 84 ◦ blue 116

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

Shades of Venice Blue #315474

Tints of Venice Blue #315474

RGB

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

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

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

R = 19.68%
G = 33.73%
B = 46.59%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315474 (or 0x315474) is known color: Venice Blue. HEX triplet: 31, 54 and 74. RGB value is (49,84,116). Sum of RGB (Red+Green+Blue) = 49+84+116=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #315474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315474 is #CEAB8B. Grayscale: #4D4D4D. Windows color (decimal): -13544332 or 7623729. OLE color: 7623729.

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

Color convert

RGB 49 84 116 -
CMYK 0.58 0.28 0 0.55
HSL 208.66º 0.41% 0.32% -
HSV(B) 208.66º 0.58% 0.45% -
XYZ 7.59 8.25 17.72 -
YUV 77.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 49 84 116 0.58 0.28 0 0.55 208.66 0.41 0.32
Hex 31 54 74 3A 1C 0 37 D1 29 20
Octal 61 124 164 72 34 0 67 321 51 40
Binary 110001 1010100 1110100 111010 11100 0 110111 11010001 101001 100000

Color Harmonies of #315474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315474

Black with #315474

Text Example


Text Example

White with #315474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315474; }

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

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

background-color css

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

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

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

border-color css

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

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

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