Html Css Color HEX #314C68 Cello

📋 copy color: '#314C68'

red 49 ◦ green 76 ◦ blue 104

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

Shades of Cello #314C68

Tints of Cello #314C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 21.4%
G = 33.19%
B = 45.41%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314C68 (or 0x314C68) is known color: Cello. HEX triplet: 31, 4C and 68. RGB value is (49,76,104). Sum of RGB (Red+Green+Blue) = 49+76+104=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #314C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C68 is #CEB397. Grayscale: #464646. Windows color (decimal): -13546392 or 6835249. OLE color: 6835249.

HSL color Cylindrical-coordinate representation of color #314C68: hue angle of 210.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314C68 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 76 104 -
CMYK 0.53 0.27 0 0.59
HSL 210.55º 0.36% 0.3% -
HSV(B) 210.55º 0.53% 0.41% -
XYZ 6.35 6.82 14.08 -
YUV 71.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 49 76 104 0.53 0.27 0 0.59 210.55 0.36 0.3
Hex 31 4C 68 35 1B 0 3B D3 24 1E
Octal 61 114 150 65 33 0 73 323 44 36
Binary 110001 1001100 1101000 110101 11011 0 111011 11010011 100100 11110

Color Harmonies of #314C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C68

Black with #314C68

Text Example


Text Example

White with #314C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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