Html Css Color HEX #315276 Venice Blue

📋 copy color: '#315276'

red 49 ◦ green 82 ◦ blue 118

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

Shades of Venice Blue #315276

Tints of Venice Blue #315276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 19.68%
G = 32.93%
B = 47.39%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#315276 (or 0x315276) is known color: Venice Blue. HEX triplet: 31, 52 and 76. RGB value is (49,82,118). Sum of RGB (Red+Green+Blue) = 49+82+118=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #315276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315276 is #CEAD89. Grayscale: #4C4C4C. Windows color (decimal): -13544842 or 7754289. OLE color: 7754289.

HSL color Cylindrical-coordinate representation of color #315276: hue angle of 211.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315276 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 82 118 -
CMYK 0.58 0.31 0 0.54
HSL 211.3º 0.41% 0.33% -
HSV(B) 211.3º 0.58% 0.46% -
XYZ 7.55 8 18.28 -
YUV 76.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 49 82 118 0.58 0.31 0 0.54 211.3 0.41 0.33
Hex 31 52 76 3A 1F 0 36 D3 29 21
Octal 61 122 166 72 37 0 66 323 51 41
Binary 110001 1010010 1110110 111010 11111 0 110110 11010011 101001 100001

Color Harmonies of #315276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315276

Black with #315276

Text Example


Text Example

White with #315276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315276; }

 p { color: rgb(49,82,118); }

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

background-color css

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

 a { background-color: rgb(49,82,118); }

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

border-color css

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

 span { border-color: rgb(49,82,118); }

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