Html Css Color HEX #31465B Cello

📋 copy color: '#31465B'

red 49 ◦ green 70 ◦ blue 91

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

Shades of Cello #31465B

Tints of Cello #31465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 23.33%
G = 33.33%
B = 43.33%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31465B (or 0x31465B) is known color: Cello. HEX triplet: 31, 46 and 5B. RGB value is (49,70,91). Sum of RGB (Red+Green+Blue) = 49+70+91=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #31465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31465B is #CEB9A4. Grayscale: #424242. Windows color (decimal): -13547941 or 5981745. OLE color: 5981745.

HSL color Cylindrical-coordinate representation of color #31465B: hue angle of 210º 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 #31465B is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 70 91 -
CMYK 0.46 0.23 0 0.64
HSL 210º 0.3% 0.27% -
HSV(B) 210º 0.46% 0.36% -
XYZ 5.35 5.79 10.73 -
YUV 66.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 49 70 91 0.46 0.23 0 0.64 210 0.3 0.27
Hex 31 46 5B 2E 17 0 40 D2 1E 1B
Octal 61 106 133 56 27 0 100 322 36 33
Binary 110001 1000110 1011011 101110 10111 0 1000000 11010010 11110 11011

Color Harmonies of #31465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31465B

Black with #31465B

Text Example


Text Example

White with #31465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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