Html Css Color HEX #314962 Cello

📋 copy color: '#314962'

red 49 ◦ green 73 ◦ blue 98

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

Shades of Cello #314962

Tints of Cello #314962

RGB

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

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

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

R = 22.27%
G = 33.18%
B = 44.55%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314962 (or 0x314962) is known color: Cello. HEX triplet: 31, 49 and 62. RGB value is (49,73,98). Sum of RGB (Red+Green+Blue) = 49+73+98=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #314962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314962 is #CEB69D. Grayscale: #444444. Windows color (decimal): -13547166 or 6441265. OLE color: 6441265.

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

Color convert

RGB 49 73 98 -
CMYK 0.5 0.26 0 0.62
HSL 210.61º 0.33% 0.29% -
HSV(B) 210.61º 0.5% 0.38% -
XYZ 5.85 6.3 12.46 -
YUV 68.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 49 73 98 0.5 0.26 0 0.62 210.61 0.33 0.29
Hex 31 49 62 32 1A 0 3E D3 21 1D
Octal 61 111 142 62 32 0 76 323 41 35
Binary 110001 1001001 1100010 110010 11010 0 111110 11010011 100001 11101

Color Harmonies of #314962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314962

Black with #314962

Text Example


Text Example

White with #314962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314962; }

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

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

background-color css

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

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

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

border-color css

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

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

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