Html Css Color HEX #314C60 Cello

📋 copy color: '#314C60'

red 49 ◦ green 76 ◦ blue 96

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

Shades of Cello #314C60

Tints of Cello #314C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

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

R = 22.17%
G = 34.39%
B = 43.44%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314C60 (or 0x314C60) is known color: Cello. HEX triplet: 31, 4C and 60. RGB value is (49,76,96). Sum of RGB (Red+Green+Blue) = 49+76+96=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #314C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C60 is #CEB39F. Grayscale: #464646. Windows color (decimal): -13546400 or 6310961. OLE color: 6310961.

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

Color convert

RGB 49 76 96 -
CMYK 0.49 0.21 0 0.62
HSL 205.53º 0.32% 0.28% -
HSV(B) 205.53º 0.49% 0.38% -
XYZ 5.96 6.67 12.04 -
YUV 70.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 49 76 96 0.49 0.21 0 0.62 205.53 0.32 0.28
Hex 31 4C 60 31 15 0 3E CE 20 1C
Octal 61 114 140 61 25 0 76 316 40 34
Binary 110001 1001100 1100000 110001 10101 0 111110 11001110 100000 11100

Color Harmonies of #314C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C60

Black with #314C60

Text Example


Text Example

White with #314C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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