Html Css Color HEX #314E60 Cello

📋 copy color: '#314E60'

red 49 ◦ green 78 ◦ blue 96

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

Shades of Cello #314E60

Tints of Cello #314E60

RGB

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

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

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

R = 21.97%
G = 34.98%
B = 43.05%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314E60 (or 0x314E60) is known color: Cello. HEX triplet: 31, 4E and 60. RGB value is (49,78,96). Sum of RGB (Red+Green+Blue) = 49+78+96=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #314E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E60 is #CEB19F. Grayscale: #474747. Windows color (decimal): -13545888 or 6311473. OLE color: 6311473.

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

Color convert

RGB 49 78 96 -
CMYK 0.49 0.19 0 0.62
HSL 202.98º 0.32% 0.28% -
HSV(B) 202.98º 0.49% 0.38% -
XYZ 6.1 6.95 12.09 -
YUV 71.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 49 78 96 0.49 0.19 0 0.62 202.98 0.32 0.28
Hex 31 4E 60 31 13 0 3E CB 20 1C
Octal 61 116 140 61 23 0 76 313 40 34
Binary 110001 1001110 1100000 110001 10011 0 111110 11001011 100000 11100

Color Harmonies of #314E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E60

Black with #314E60

Text Example


Text Example

White with #314E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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