Html Css Color HEX #314E61 Cello

📋 copy color: '#314E61'

red 49 ◦ green 78 ◦ blue 97

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

Shades of Cello #314E61

Tints of Cello #314E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.82%

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

R = 21.88%
G = 34.82%
B = 43.3%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314E61 (or 0x314E61) is known color: Cello. HEX triplet: 31, 4E and 61. RGB value is (49,78,97). Sum of RGB (Red+Green+Blue) = 49+78+97=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #314E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E61 is #CEB19E. Grayscale: #474747. Windows color (decimal): -13545887 or 6377009. OLE color: 6377009.

HSL color Cylindrical-coordinate representation of color #314E61: hue angle of 203.75º 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 #314E61 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 78 97 -
CMYK 0.49 0.20 0 0.62
HSL 203.75º 0.33% 0.29% -
HSV(B) 203.75º 0.49% 0.38% -
XYZ 6.15 6.96 12.33 -
YUV 71.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 49 78 97 0.49 0.20 0 0.62 203.75 0.33 0.29
Hex 31 4E 61 31 14 0 3E CC 21 1D
Octal 61 116 141 61 24 0 76 314 41 35
Binary 110001 1001110 1100001 110001 10100 0 111110 11001100 100001 11101

Color Harmonies of #314E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E61

Black with #314E61

Text Example


Text Example

White with #314E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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