Html Css Color HEX #31495B Cello

📋 copy color: '#31495B'

red 49 ◦ green 73 ◦ blue 91

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

Shades of Cello #31495B

Tints of Cello #31495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 23%
G = 34.27%
B = 42.72%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31495B (or 0x31495B) is known color: Cello. HEX triplet: 31, 49 and 5B. RGB value is (49,73,91). Sum of RGB (Red+Green+Blue) = 49+73+91=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #31495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31495B is #CEB6A4. Grayscale: #434343. Windows color (decimal): -13547173 or 5982513. OLE color: 5982513.

HSL color Cylindrical-coordinate representation of color #31495B: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31495B is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 73 91 -
CMYK 0.46 0.20 0 0.64
HSL 205.71º 0.3% 0.27% -
HSV(B) 205.71º 0.46% 0.36% -
XYZ 5.54 6.17 10.8 -
YUV 67.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 49 73 91 0.46 0.20 0 0.64 205.71 0.3 0.27
Hex 31 49 5B 2E 14 0 40 CE 1E 1B
Octal 61 111 133 56 24 0 100 316 36 33
Binary 110001 1001001 1011011 101110 10100 0 1000000 11001110 11110 11011

Color Harmonies of #31495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31495B

Black with #31495B

Text Example


Text Example

White with #31495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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