Html Css Color HEX #314763 Cello

📋 copy color: '#314763'

red 49 ◦ green 71 ◦ blue 99

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

Shades of Cello #314763

Tints of Cello #314763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 22.37%
G = 32.42%
B = 45.21%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314763 (or 0x314763) is known color: Cello. HEX triplet: 31, 47 and 63. RGB value is (49,71,99). Sum of RGB (Red+Green+Blue) = 49+71+99=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #314763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314763 is #CEB89C. Grayscale: #434343. Windows color (decimal): -13547677 or 6506289. OLE color: 6506289.

HSL color Cylindrical-coordinate representation of color #314763: hue angle of 213.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314763 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 71 99 -
CMYK 0.51 0.28 0 0.61
HSL 213.6º 0.34% 0.29% -
HSV(B) 213.6º 0.51% 0.39% -
XYZ 5.77 6.06 12.67 -
YUV 67.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 49 71 99 0.51 0.28 0 0.61 213.6 0.34 0.29
Hex 31 47 63 33 1C 0 3D D6 22 1D
Octal 61 107 143 63 34 0 75 326 42 35
Binary 110001 1000111 1100011 110011 11100 0 111101 11010110 100010 11101

Color Harmonies of #314763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314763

Black with #314763

Text Example


Text Example

White with #314763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314763; }

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

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

background-color css

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

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

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

border-color css

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

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

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