Html Css Color HEX #315675 Venice Blue

📋 copy color: '#315675'

red 49 ◦ green 86 ◦ blue 117

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

Shades of Venice Blue #315675

Tints of Venice Blue #315675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 19.44%
G = 34.13%
B = 46.43%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#315675 (or 0x315675) is known color: Venice Blue. HEX triplet: 31, 56 and 75. RGB value is (49,86,117). Sum of RGB (Red+Green+Blue) = 49+86+117=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #315675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315675 is #CEA98A. Grayscale: #4E4E4E. Windows color (decimal): -13543819 or 7689777. OLE color: 7689777.

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

Color convert

RGB 49 86 117 -
CMYK 0.58 0.26 0 0.54
HSL 207.35º 0.41% 0.33% -
HSV(B) 207.35º 0.58% 0.46% -
XYZ 7.81 8.59 18.08 -
YUV 78.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 49 86 117 0.58 0.26 0 0.54 207.35 0.41 0.33
Hex 31 56 75 3A 1A 0 36 CF 29 21
Octal 61 126 165 72 32 0 66 317 51 41
Binary 110001 1010110 1110101 111010 11010 0 110110 11001111 101001 100001

Color Harmonies of #315675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315675

Black with #315675

Text Example


Text Example

White with #315675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315675; }

 p { color: rgb(49,86,117); }

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

background-color css

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

 a { background-color: rgb(49,86,117); }

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

border-color css

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

 span { border-color: rgb(49,86,117); }

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