Html Css Color HEX #314C6D Cello

📋 copy color: '#314C6D'

red 49 ◦ green 76 ◦ blue 109

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

Shades of Cello #314C6D

Tints of Cello #314C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.58%

R = 20.94%
G = 32.48%
B = 46.58%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#314C6D (or 0x314C6D) is known color: Cello. HEX triplet: 31, 4C and 6D. RGB value is (49,76,109). Sum of RGB (Red+Green+Blue) = 49+76+109=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #314C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C6D is #CEB392. Grayscale: #474747. Windows color (decimal): -13546387 or 7162929. OLE color: 7162929.

HSL color Cylindrical-coordinate representation of color #314C6D: hue angle of 213º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314C6D is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 76 109 -
CMYK 0.55 0.30 0 0.57
HSL 213º 0.38% 0.31% -
HSV(B) 213º 0.55% 0.43% -
XYZ 6.61 6.93 15.46 -
YUV 71.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 49 76 109 0.55 0.30 0 0.57 213 0.38 0.31
Hex 31 4C 6D 37 1E 0 39 D5 26 1F
Octal 61 114 155 67 36 0 71 325 46 37
Binary 110001 1001100 1101101 110111 11110 0 111001 11010101 100110 11111

Color Harmonies of #314C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C6D

Black with #314C6D

Text Example


Text Example

White with #314C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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