Html Css Color HEX #315479 Venice Blue

📋 copy color: '#315479'

red 49 ◦ green 84 ◦ blue 121

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

Shades of Venice Blue #315479

Tints of Venice Blue #315479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 19.29%
G = 33.07%
B = 47.64%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315479 (or 0x315479) is known color: Venice Blue. HEX triplet: 31, 54 and 79. RGB value is (49,84,121). Sum of RGB (Red+Green+Blue) = 49+84+121=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #315479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315479 is #CEAB86. Grayscale: #4D4D4D. Windows color (decimal): -13544327 or 7951409. OLE color: 7951409.

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

Color convert

RGB 49 84 121 -
CMYK 0.60 0.31 0 0.53
HSL 210.83º 0.42% 0.33% -
HSV(B) 210.83º 0.6% 0.47% -
XYZ 7.89 8.37 19.29 -
YUV 77.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 49 84 121 0.60 0.31 0 0.53 210.83 0.42 0.33
Hex 31 54 79 3C 1F 0 35 D3 2A 21
Octal 61 124 171 74 37 0 65 323 52 41
Binary 110001 1010100 1111001 111100 11111 0 110101 11010011 101010 100001

Color Harmonies of #315479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315479

Black with #315479

Text Example


Text Example

White with #315479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315479; }

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

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

background-color css

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

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

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

border-color css

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

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

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