Html Css Color HEX #31496B Cello

📋 copy color: '#31496B'

red 49 ◦ green 73 ◦ blue 107

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

Shades of Cello #31496B

Tints of Cello #31496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 21.4%
G = 31.88%
B = 46.72%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31496B (or 0x31496B) is known color: Cello. HEX triplet: 31, 49 and 6B. RGB value is (49,73,107). Sum of RGB (Red+Green+Blue) = 49+73+107=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #31496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31496B is #CEB694. Grayscale: #454545. Windows color (decimal): -13547157 or 7031089. OLE color: 7031089.

HSL color Cylindrical-coordinate representation of color #31496B: hue angle of 215.17º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31496B is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 73 107 -
CMYK 0.54 0.32 0 0.58
HSL 215.17º 0.37% 0.31% -
HSV(B) 215.17º 0.54% 0.42% -
XYZ 6.3 6.48 14.83 -
YUV 69.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 49 73 107 0.54 0.32 0 0.58 215.17 0.37 0.31
Hex 31 49 6B 36 20 0 3A D7 25 1F
Octal 61 111 153 66 40 0 72 327 45 37
Binary 110001 1001001 1101011 110110 100000 0 111010 11010111 100101 11111

Color Harmonies of #31496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31496B

Black with #31496B

Text Example


Text Example

White with #31496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31496B; }

 p { color: rgb(49,73,107); }

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

background-color css

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

 a { background-color: rgb(49,73,107); }

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

border-color css

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

 span { border-color: rgb(49,73,107); }

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