Html Css Color HEX #315377 Venice Blue

📋 copy color: '#315377'

red 49 ◦ green 83 ◦ blue 119

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

Shades of Venice Blue #315377

Tints of Venice Blue #315377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 19.52%
G = 33.07%
B = 47.41%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315377 (or 0x315377) is known color: Venice Blue. HEX triplet: 31, 53 and 77. RGB value is (49,83,119). Sum of RGB (Red+Green+Blue) = 49+83+119=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #315377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315377 is #CEAC88. Grayscale: #4C4C4C. Windows color (decimal): -13544585 or 7820081. OLE color: 7820081.

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

Color convert

RGB 49 83 119 -
CMYK 0.59 0.30 0 0.53
HSL 210.86º 0.42% 0.33% -
HSV(B) 210.86º 0.59% 0.47% -
XYZ 7.69 8.17 18.62 -
YUV 76.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 49 83 119 0.59 0.30 0 0.53 210.86 0.42 0.33
Hex 31 53 77 3B 1E 0 35 D3 2A 21
Octal 61 123 167 73 36 0 65 323 52 41
Binary 110001 1010011 1110111 111011 11110 0 110101 11010011 101010 100001

Color Harmonies of #315377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315377

Black with #315377

Text Example


Text Example

White with #315377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315377; }

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

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

background-color css

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

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

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

border-color css

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

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

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