Html Css Color HEX #314759 Cello

📋 copy color: '#314759'

red 49 ◦ green 71 ◦ blue 89

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

Shades of Cello #314759

Tints of Cello #314759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 23.44%
G = 33.97%
B = 42.58%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314759 (or 0x314759) is known color: Cello. HEX triplet: 31, 47 and 59. RGB value is (49,71,89). Sum of RGB (Red+Green+Blue) = 49+71+89=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #314759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314759 is #CEB8A6. Grayscale: #424242. Windows color (decimal): -13547687 or 5850929. OLE color: 5850929.

HSL color Cylindrical-coordinate representation of color #314759: hue angle of 207º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314759 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 71 89 -
CMYK 0.45 0.20 0 0.65
HSL 207º 0.29% 0.27% -
HSV(B) 207º 0.45% 0.35% -
XYZ 5.32 5.88 10.31 -
YUV 66.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 49 71 89 0.45 0.20 0 0.65 207 0.29 0.27
Hex 31 47 59 2D 14 0 41 CF 1D 1B
Octal 61 107 131 55 24 0 101 317 35 33
Binary 110001 1000111 1011001 101101 10100 0 1000001 11001111 11101 11011

Color Harmonies of #314759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314759

Black with #314759

Text Example


Text Example

White with #314759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314759; }

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

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

background-color css

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

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

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

border-color css

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

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

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