Html Css Color HEX #314E6B Cello

📋 copy color: '#314E6B'

red 49 ◦ green 78 ◦ blue 107

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

Shades of Cello #314E6B

Tints of Cello #314E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 20.94%
G = 33.33%
B = 45.73%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#314E6B (or 0x314E6B) is known color: Cello. HEX triplet: 31, 4E and 6B. RGB value is (49,78,107). Sum of RGB (Red+Green+Blue) = 49+78+107=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #314E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E6B is #CEB194. Grayscale: #484848. Windows color (decimal): -13545877 or 7032369. OLE color: 7032369.

HSL color Cylindrical-coordinate representation of color #314E6B: hue angle of 210º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #314E6B is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 78 107 -
CMYK 0.54 0.27 0 0.58
HSL 210º 0.37% 0.31% -
HSV(B) 210º 0.54% 0.42% -
XYZ 6.64 7.16 14.94 -
YUV 72.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 49 78 107 0.54 0.27 0 0.58 210 0.37 0.31
Hex 31 4E 6B 36 1B 0 3A D2 25 1F
Octal 61 116 153 66 33 0 72 322 45 37
Binary 110001 1001110 1101011 110110 11011 0 111010 11010010 100101 11111

Color Harmonies of #314E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E6B

Black with #314E6B

Text Example


Text Example

White with #314E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,78,107); }

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

background-color css

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

 a { background-color: rgb(49,78,107); }

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

border-color css

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

 span { border-color: rgb(49,78,107); }

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