Html Css Color HEX #314659 Cello

📋 copy color: '#314659'

red 49 ◦ green 70 ◦ blue 89

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

Shades of Cello #314659

Tints of Cello #314659

RGB

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

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

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

R = 23.56%
G = 33.65%
B = 42.79%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314659 (or 0x314659) is known color: Cello. HEX triplet: 31, 46 and 59. RGB value is (49,70,89). Sum of RGB (Red+Green+Blue) = 49+70+89=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #314659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314659 is #CEB9A6. Grayscale: #414141. Windows color (decimal): -13547943 or 5850673. OLE color: 5850673.

HSL color Cylindrical-coordinate representation of color #314659: hue angle of 208.5º 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 #314659 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 70 89 -
CMYK 0.45 0.21 0 0.65
HSL 208.5º 0.29% 0.27% -
HSV(B) 208.5º 0.45% 0.35% -
XYZ 5.26 5.75 10.28 -
YUV 65.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 49 70 89 0.45 0.21 0 0.65 208.5 0.29 0.27
Hex 31 46 59 2D 15 0 41 D0 1D 1B
Octal 61 106 131 55 25 0 101 320 35 33
Binary 110001 1000110 1011001 101101 10101 0 1000001 11010000 11101 11011

Color Harmonies of #314659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314659

Black with #314659

Text Example


Text Example

White with #314659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314659; }

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

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

background-color css

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

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

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

border-color css

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

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

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