Html Css Color HEX #315378 Venice Blue

📋 copy color: '#315378'

red 49 ◦ green 83 ◦ blue 120

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

Shades of Venice Blue #315378

Tints of Venice Blue #315378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 19.44%
G = 32.94%
B = 47.62%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315378 (or 0x315378) is known color: Venice Blue. HEX triplet: 31, 53 and 78. RGB value is (49,83,120). Sum of RGB (Red+Green+Blue) = 49+83+120=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #315378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315378 is #CEAC87. Grayscale: #4C4C4C. Windows color (decimal): -13544584 or 7885617. OLE color: 7885617.

HSL color Cylindrical-coordinate representation of color #315378: hue angle of 211.27º 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 #315378 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 83 120 -
CMYK 0.59 0.31 0 0.53
HSL 211.27º 0.42% 0.33% -
HSV(B) 211.27º 0.59% 0.47% -
XYZ 7.75 8.2 18.94 -
YUV 77.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 49 83 120 0.59 0.31 0 0.53 211.27 0.42 0.33
Hex 31 53 78 3B 1F 0 35 D3 2A 21
Octal 61 123 170 73 37 0 65 323 52 41
Binary 110001 1010011 1111000 111011 11111 0 110101 11010011 101010 100001

Color Harmonies of #315378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315378

Black with #315378

Text Example


Text Example

White with #315378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315378; }

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

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

background-color css

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

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

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

border-color css

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

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

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