Html Css Color HEX #314961 Cello

📋 copy color: '#314961'

red 49 ◦ green 73 ◦ blue 97

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

Shades of Cello #314961

Tints of Cello #314961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 22.37%
G = 33.33%
B = 44.29%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314961 (or 0x314961) is known color: Cello. HEX triplet: 31, 49 and 61. RGB value is (49,73,97). Sum of RGB (Red+Green+Blue) = 49+73+97=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #314961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314961 is #CEB69E. Grayscale: #444444. Windows color (decimal): -13547167 or 6375729. OLE color: 6375729.

HSL color Cylindrical-coordinate representation of color #314961: hue angle of 210º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314961 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 73 97 -
CMYK 0.49 0.25 0 0.62
HSL 210º 0.33% 0.29% -
HSV(B) 210º 0.49% 0.38% -
XYZ 5.81 6.28 12.22 -
YUV 68.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 49 73 97 0.49 0.25 0 0.62 210 0.33 0.29
Hex 31 49 61 31 19 0 3E D2 21 1D
Octal 61 111 141 61 31 0 76 322 41 35
Binary 110001 1001001 1100001 110001 11001 0 111110 11010010 100001 11101

Color Harmonies of #314961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314961

Black with #314961

Text Example


Text Example

White with #314961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314961; }

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

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

background-color css

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

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

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

border-color css

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

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

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