Html Css Color HEX #314D68 Cello

📋 copy color: '#314D68'

red 49 ◦ green 77 ◦ blue 104

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

Shades of Cello #314D68

Tints of Cello #314D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

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

R = 21.3%
G = 33.48%
B = 45.22%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314D68 (or 0x314D68) is known color: Cello. HEX triplet: 31, 4D and 68. RGB value is (49,77,104). Sum of RGB (Red+Green+Blue) = 49+77+104=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #314D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D68 is #CEB297. Grayscale: #474747. Windows color (decimal): -13546136 or 6835505. OLE color: 6835505.

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

Color convert

RGB 49 77 104 -
CMYK 0.53 0.26 0 0.59
HSL 209.45º 0.36% 0.3% -
HSV(B) 209.45º 0.53% 0.41% -
XYZ 6.42 6.96 14.1 -
YUV 71.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 49 77 104 0.53 0.26 0 0.59 209.45 0.36 0.3
Hex 31 4D 68 35 1A 0 3B D1 24 1E
Octal 61 115 150 65 32 0 73 321 44 36
Binary 110001 1001101 1101000 110101 11010 0 111011 11010001 100100 11110

Color Harmonies of #314D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D68

Black with #314D68

Text Example


Text Example

White with #314D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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