Html Css Color HEX #31475D Cello

📋 copy color: '#31475D'

red 49 ◦ green 71 ◦ blue 93

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

Shades of Cello #31475D

Tints of Cello #31475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 23%
G = 33.33%
B = 43.66%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31475D (or 0x31475D) is known color: Cello. HEX triplet: 31, 47 and 5D. RGB value is (49,71,93). Sum of RGB (Red+Green+Blue) = 49+71+93=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #31475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31475D is #CEB8A2. Grayscale: #424242. Windows color (decimal): -13547683 or 6113073. OLE color: 6113073.

HSL color Cylindrical-coordinate representation of color #31475D: hue angle of 210º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31475D is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 71 93 -
CMYK 0.47 0.24 0 0.64
HSL 210º 0.31% 0.28% -
HSV(B) 210º 0.47% 0.36% -
XYZ 5.5 5.95 11.21 -
YUV 66.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 49 71 93 0.47 0.24 0 0.64 210 0.31 0.28
Hex 31 47 5D 2F 18 0 40 D2 1F 1C
Octal 61 107 135 57 30 0 100 322 37 34
Binary 110001 1000111 1011101 101111 11000 0 1000000 11010010 11111 11100

Color Harmonies of #31475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31475D

Black with #31475D

Text Example


Text Example

White with #31475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,71,93); }

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

background-color css

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

 a { background-color: rgb(49,71,93); }

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

border-color css

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

 span { border-color: rgb(49,71,93); }

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