Html Css Color HEX #315D79 Venice Blue

📋 copy color: '#315D79'

red 49 ◦ green 93 ◦ blue 121

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

Shades of Venice Blue #315D79

Tints of Venice Blue #315D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

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

R = 18.63%
G = 35.36%
B = 46.01%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315D79 (or 0x315D79) is known color: Venice Blue. HEX triplet: 31, 5D and 79. RGB value is (49,93,121). Sum of RGB (Red+Green+Blue) = 49+93+121=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #315D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D79 is #CEA286. Grayscale: #525252. Windows color (decimal): -13542023 or 7953713. OLE color: 7953713.

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

Color convert

RGB 49 93 121 -
CMYK 0.60 0.23 0 0.53
HSL 203.33º 0.42% 0.33% -
HSV(B) 203.33º 0.6% 0.47% -
XYZ 8.63 9.86 19.54 -
YUV 83.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 49 93 121 0.60 0.23 0 0.53 203.33 0.42 0.33
Hex 31 5D 79 3C 17 0 35 CB 2A 21
Octal 61 135 171 74 27 0 65 313 52 41
Binary 110001 1011101 1111001 111100 10111 0 110101 11001011 101010 100001

Color Harmonies of #315D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D79

Black with #315D79

Text Example


Text Example

White with #315D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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