Html Css Color HEX #314760 Cello

📋 copy color: '#314760'

red 49 ◦ green 71 ◦ blue 96

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

Shades of Cello #314760

Tints of Cello #314760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 22.69%
G = 32.87%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314760 (or 0x314760) is known color: Cello. HEX triplet: 31, 47 and 60. RGB value is (49,71,96). Sum of RGB (Red+Green+Blue) = 49+71+96=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #314760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314760 is #CEB89F. Grayscale: #434343. Windows color (decimal): -13547680 or 6309681. OLE color: 6309681.

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

Color convert

RGB 49 71 96 -
CMYK 0.49 0.26 0 0.62
HSL 211.91º 0.32% 0.28% -
HSV(B) 211.91º 0.49% 0.38% -
XYZ 5.63 6 11.93 -
YUV 67.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 49 71 96 0.49 0.26 0 0.62 211.91 0.32 0.28
Hex 31 47 60 31 1A 0 3E D4 20 1C
Octal 61 107 140 61 32 0 76 324 40 34
Binary 110001 1000111 1100000 110001 11010 0 111110 11010100 100000 11100

Color Harmonies of #314760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314760

Black with #314760

Text Example


Text Example

White with #314760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314760; }

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

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

background-color css

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

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

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

border-color css

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

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

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