Html Css Color HEX #31506F Venice Blue

📋 copy color: '#31506F'

red 49 ◦ green 80 ◦ blue 111

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

Shades of Venice Blue #31506F

Tints of Venice Blue #31506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 20.42%
G = 33.33%
B = 46.25%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31506F (or 0x31506F) is known color: Venice Blue. HEX triplet: 31, 50 and 6F. RGB value is (49,80,111). Sum of RGB (Red+Green+Blue) = 49+80+111=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #31506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31506F is #CEAF90. Grayscale: #4A4A4A. Windows color (decimal): -13545361 or 7295025. OLE color: 7295025.

HSL color Cylindrical-coordinate representation of color #31506F: hue angle of 210º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31506F is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 80 111 -
CMYK 0.56 0.28 0 0.56
HSL 210º 0.39% 0.31% -
HSV(B) 210º 0.56% 0.44% -
XYZ 7 7.54 16.12 -
YUV 74.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 49 80 111 0.56 0.28 0 0.56 210 0.39 0.31
Hex 31 50 6F 38 1C 0 38 D2 27 1F
Octal 61 120 157 70 34 0 70 322 47 37
Binary 110001 1010000 1101111 111000 11100 0 111000 11010010 100111 11111

Color Harmonies of #31506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31506F

Black with #31506F

Text Example


Text Example

White with #31506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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