Html Css Color HEX #314968 Cello

📋 copy color: '#314968'

red 49 ◦ green 73 ◦ blue 104

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

Shades of Cello #314968

Tints of Cello #314968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 21.68%
G = 32.3%
B = 46.02%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314968 (or 0x314968) is known color: Cello. HEX triplet: 31, 49 and 68. RGB value is (49,73,104). Sum of RGB (Red+Green+Blue) = 49+73+104=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #314968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314968 is #CEB697. Grayscale: #454545. Windows color (decimal): -13547160 or 6834481. OLE color: 6834481.

HSL color Cylindrical-coordinate representation of color #314968: hue angle of 213.82º 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 #314968 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 73 104 -
CMYK 0.53 0.30 0 0.59
HSL 213.82º 0.36% 0.3% -
HSV(B) 213.82º 0.53% 0.41% -
XYZ 6.15 6.42 14.01 -
YUV 69.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 49 73 104 0.53 0.30 0 0.59 213.82 0.36 0.3
Hex 31 49 68 35 1E 0 3B D6 24 1E
Octal 61 111 150 65 36 0 73 326 44 36
Binary 110001 1001001 1101000 110101 11110 0 111011 11010110 100100 11110

Color Harmonies of #314968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314968

Black with #314968

Text Example


Text Example

White with #314968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314968; }

 p { color: rgb(49,73,104); }

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

background-color css

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

 a { background-color: rgb(49,73,104); }

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

border-color css

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

 span { border-color: rgb(49,73,104); }

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