Html Css Color HEX #314762 Cello

📋 copy color: '#314762'

red 49 ◦ green 71 ◦ blue 98

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

Shades of Cello #314762

Tints of Cello #314762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 22.48%
G = 32.57%
B = 44.95%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314762 (or 0x314762) is known color: Cello. HEX triplet: 31, 47 and 62. RGB value is (49,71,98). Sum of RGB (Red+Green+Blue) = 49+71+98=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #314762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314762 is #CEB89D. Grayscale: #434343. Windows color (decimal): -13547678 or 6440753. OLE color: 6440753.

HSL color Cylindrical-coordinate representation of color #314762: hue angle of 213.06º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314762 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 71 98 -
CMYK 0.5 0.28 0 0.62
HSL 213.06º 0.33% 0.29% -
HSV(B) 213.06º 0.5% 0.38% -
XYZ 5.72 6.04 12.42 -
YUV 67.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 49 71 98 0.5 0.28 0 0.62 213.06 0.33 0.29
Hex 31 47 62 32 1C 0 3E D5 21 1D
Octal 61 107 142 62 34 0 76 325 41 35
Binary 110001 1000111 1100010 110010 11100 0 111110 11010101 100001 11101

Color Harmonies of #314762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314762

Black with #314762

Text Example


Text Example

White with #314762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314762; }

 p { color: rgb(49,71,98); }

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

background-color css

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

 a { background-color: rgb(49,71,98); }

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

border-color css

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

 span { border-color: rgb(49,71,98); }

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