Html Css Color HEX #314862 Cello

📋 copy color: '#314862'

red 49 ◦ green 72 ◦ blue 98

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

Shades of Cello #314862

Tints of Cello #314862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 22.37%
G = 32.88%
B = 44.75%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314862 (or 0x314862) is known color: Cello. HEX triplet: 31, 48 and 62. RGB value is (49,72,98). Sum of RGB (Red+Green+Blue) = 49+72+98=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #314862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314862 is #CEB79D. Grayscale: #434343. Windows color (decimal): -13547422 or 6441009. OLE color: 6441009.

HSL color Cylindrical-coordinate representation of color #314862: hue angle of 211.84º 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 #314862 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 72 98 -
CMYK 0.5 0.27 0 0.62
HSL 211.84º 0.33% 0.29% -
HSV(B) 211.84º 0.5% 0.38% -
XYZ 5.79 6.17 12.44 -
YUV 68.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 49 72 98 0.5 0.27 0 0.62 211.84 0.33 0.29
Hex 31 48 62 32 1B 0 3E D4 21 1D
Octal 61 110 142 62 33 0 76 324 41 35
Binary 110001 1001000 1100010 110010 11011 0 111110 11010100 100001 11101

Color Harmonies of #314862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314862

Black with #314862

Text Example


Text Example

White with #314862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314862; }

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

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

background-color css

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

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

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

border-color css

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

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

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