Html Css Color HEX #31506D Venice Blue

📋 copy color: '#31506D'

red 49 ◦ green 80 ◦ blue 109

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

Shades of Venice Blue #31506D

Tints of Venice Blue #31506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 20.59%
G = 33.61%
B = 45.8%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31506D (or 0x31506D) is known color: Venice Blue. HEX triplet: 31, 50 and 6D. RGB value is (49,80,109). Sum of RGB (Red+Green+Blue) = 49+80+109=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #31506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31506D is #CEAF92. Grayscale: #494949. Windows color (decimal): -13545363 or 7163953. OLE color: 7163953.

HSL color Cylindrical-coordinate representation of color #31506D: hue angle of 209º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31506D is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 80 109 -
CMYK 0.55 0.27 0 0.57
HSL 209º 0.38% 0.31% -
HSV(B) 209º 0.55% 0.43% -
XYZ 6.9 7.49 15.55 -
YUV 74.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 49 80 109 0.55 0.27 0 0.57 209 0.38 0.31
Hex 31 50 6D 37 1B 0 39 D1 26 1F
Octal 61 120 155 67 33 0 71 321 46 37
Binary 110001 1010000 1101101 110111 11011 0 111001 11010001 100110 11111

Color Harmonies of #31506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31506D

Black with #31506D

Text Example


Text Example

White with #31506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31506D; }

 p { color: rgb(49,80,109); }

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

background-color css

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

 a { background-color: rgb(49,80,109); }

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

border-color css

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

 span { border-color: rgb(49,80,109); }

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