Html Css Color HEX #31475C Cello

📋 copy color: '#31475C'

red 49 ◦ green 71 ◦ blue 92

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

Shades of Cello #31475C

Tints of Cello #31475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 23.11%
G = 33.49%
B = 43.4%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31475C (or 0x31475C) is known color: Cello. HEX triplet: 31, 47 and 5C. RGB value is (49,71,92). Sum of RGB (Red+Green+Blue) = 49+71+92=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #31475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31475C is #CEB8A3. Grayscale: #424242. Windows color (decimal): -13547684 or 6047537. OLE color: 6047537.

HSL color Cylindrical-coordinate representation of color #31475C: hue angle of 209.3º degrees, saturation: 0.3, 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 #31475C is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 71 92 -
CMYK 0.47 0.23 0 0.64
HSL 209.3º 0.3% 0.28% -
HSV(B) 209.3º 0.47% 0.36% -
XYZ 5.45 5.93 10.98 -
YUV 66.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 49 71 92 0.47 0.23 0 0.64 209.3 0.3 0.28
Hex 31 47 5C 2F 17 0 40 D1 1E 1C
Octal 61 107 134 57 27 0 100 321 36 34
Binary 110001 1000111 1011100 101111 10111 0 1000000 11010001 11110 11100

Color Harmonies of #31475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31475C

Black with #31475C

Text Example


Text Example

White with #31475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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