Html Css Color HEX #314D64 Cello

📋 copy color: '#314D64'

red 49 ◦ green 77 ◦ blue 100

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

Shades of Cello #314D64

Tints of Cello #314D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.25%

R = 21.68%
G = 34.07%
B = 44.25%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314D64 (or 0x314D64) is known color: Cello. HEX triplet: 31, 4D and 64. RGB value is (49,77,100). Sum of RGB (Red+Green+Blue) = 49+77+100=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #314D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D64 is #CEB29B. Grayscale: #474747. Windows color (decimal): -13546140 or 6573361. OLE color: 6573361.

HSL color Cylindrical-coordinate representation of color #314D64: hue angle of 207.06º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314D64 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 77 100 -
CMYK 0.51 0.23 0 0.61
HSL 207.06º 0.34% 0.29% -
HSV(B) 207.06º 0.51% 0.39% -
XYZ 6.22 6.88 13.06 -
YUV 71.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 49 77 100 0.51 0.23 0 0.61 207.06 0.34 0.29
Hex 31 4D 64 33 17 0 3D CF 22 1D
Octal 61 115 144 63 27 0 75 317 42 35
Binary 110001 1001101 1100100 110011 10111 0 111101 11001111 100010 11101

Color Harmonies of #314D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D64

Black with #314D64

Text Example


Text Example

White with #314D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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