Html Css Color HEX #315373 Venice Blue

📋 copy color: '#315373'

red 49 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #315373

Tints of Venice Blue #315373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 19.84%
G = 33.6%
B = 46.56%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315373 (or 0x315373) is known color: Venice Blue. HEX triplet: 31, 53 and 73. RGB value is (49,83,115). Sum of RGB (Red+Green+Blue) = 49+83+115=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #315373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315373 is #CEAC8C. Grayscale: #4C4C4C. Windows color (decimal): -13544589 or 7557937. OLE color: 7557937.

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

Color convert

RGB 49 83 115 -
CMYK 0.57 0.28 0 0.55
HSL 209.09º 0.4% 0.32% -
HSV(B) 209.09º 0.57% 0.45% -
XYZ 7.45 8.08 17.39 -
YUV 76.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 49 83 115 0.57 0.28 0 0.55 209.09 0.4 0.32
Hex 31 53 73 39 1C 0 37 D1 28 20
Octal 61 123 163 71 34 0 67 321 50 40
Binary 110001 1010011 1110011 111001 11100 0 110111 11010001 101000 100000

Color Harmonies of #315373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315373

Black with #315373

Text Example


Text Example

White with #315373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315373; }

 p { color: rgb(49,83,115); }

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

background-color css

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

 a { background-color: rgb(49,83,115); }

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

border-color css

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

 span { border-color: rgb(49,83,115); }

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