Html Css Color HEX #314C69 Cello

📋 copy color: '#314C69'

red 49 ◦ green 76 ◦ blue 105

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

Shades of Cello #314C69

Tints of Cello #314C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 21.3%
G = 33.04%
B = 45.65%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314C69 (or 0x314C69) is known color: Cello. HEX triplet: 31, 4C and 69. RGB value is (49,76,105). Sum of RGB (Red+Green+Blue) = 49+76+105=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #314C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C69 is #CEB396. Grayscale: #474747. Windows color (decimal): -13546391 or 6900785. OLE color: 6900785.

HSL color Cylindrical-coordinate representation of color #314C69: hue angle of 211.07º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314C69 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 76 105 -
CMYK 0.53 0.28 0 0.59
HSL 211.07º 0.36% 0.3% -
HSV(B) 211.07º 0.53% 0.41% -
XYZ 6.4 6.84 14.35 -
YUV 71.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 49 76 105 0.53 0.28 0 0.59 211.07 0.36 0.3
Hex 31 4C 69 35 1C 0 3B D3 24 1E
Octal 61 114 151 65 34 0 73 323 44 36
Binary 110001 1001100 1101001 110101 11100 0 111011 11010011 100100 11110

Color Harmonies of #314C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C69

Black with #314C69

Text Example


Text Example

White with #314C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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