Html Css Color HEX #314C61 Cello

📋 copy color: '#314C61'

red 49 ◦ green 76 ◦ blue 97

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

Shades of Cello #314C61

Tints of Cello #314C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 22.07%
G = 34.23%
B = 43.69%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314C61 (or 0x314C61) is known color: Cello. HEX triplet: 31, 4C and 61. RGB value is (49,76,97). Sum of RGB (Red+Green+Blue) = 49+76+97=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #314C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C61 is #CEB39E. Grayscale: #464646. Windows color (decimal): -13546399 or 6376497. OLE color: 6376497.

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

Color convert

RGB 49 76 97 -
CMYK 0.49 0.22 0 0.62
HSL 206.25º 0.33% 0.29% -
HSV(B) 206.25º 0.49% 0.38% -
XYZ 6.01 6.68 12.28 -
YUV 70.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 49 76 97 0.49 0.22 0 0.62 206.25 0.33 0.29
Hex 31 4C 61 31 16 0 3E CE 21 1D
Octal 61 114 141 61 26 0 76 316 41 35
Binary 110001 1001100 1100001 110001 10110 0 111110 11001110 100001 11101

Color Harmonies of #314C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C61

Black with #314C61

Text Example


Text Example

White with #314C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,97); }

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

background-color css

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

 a { background-color: rgb(49,76,97); }

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

border-color css

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

 span { border-color: rgb(49,76,97); }

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