Html Css Color HEX #31495C Cello

📋 copy color: '#31495C'

red 49 ◦ green 73 ◦ blue 92

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

Shades of Cello #31495C

Tints of Cello #31495C

RGB

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

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

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

R = 22.9%
G = 34.11%
B = 42.99%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31495C (or 0x31495C) is known color: Cello. HEX triplet: 31, 49 and 5C. RGB value is (49,73,92). Sum of RGB (Red+Green+Blue) = 49+73+92=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #31495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31495C is #CEB6A3. Grayscale: #434343. Windows color (decimal): -13547172 or 6048049. OLE color: 6048049.

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

Color convert

RGB 49 73 92 -
CMYK 0.47 0.21 0 0.64
HSL 206.51º 0.3% 0.28% -
HSV(B) 206.51º 0.47% 0.36% -
XYZ 5.58 6.19 11.03 -
YUV 67.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 49 73 92 0.47 0.21 0 0.64 206.51 0.3 0.28
Hex 31 49 5C 2F 15 0 40 CF 1E 1C
Octal 61 111 134 57 25 0 100 317 36 34
Binary 110001 1001001 1011100 101111 10101 0 1000000 11001111 11110 11100

Color Harmonies of #31495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31495C

Black with #31495C

Text Example


Text Example

White with #31495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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