Html Css Color HEX #2E496D Cello

📋 copy color: '#2E496D'

red 46 ◦ green 73 ◦ blue 109

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

Shades of Cello #2E496D

Tints of Cello #2E496D

RGB

 RED value IS 46 (18.36% from 255) = 20.18%

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

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

R = 20.18%
G = 32.02%
B = 47.81%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E496D (or 0x2E496D) is known color: Cello. HEX triplet: 2E, 49 and 6D. RGB value is (46,73,109). Sum of RGB (Red+Green+Blue) = 46+73+109=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E496D is #D1B692. Grayscale: #444444. Windows color (decimal): -13743763 or 7162158. OLE color: 7162158.

HSL color Cylindrical-coordinate representation of color #2E496D: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E496D is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 73 109 -
CMYK 0.58 0.33 0 0.57
HSL 214.29º 0.41% 0.3% -
HSV(B) 214.29º 0.58% 0.43% -
XYZ 6.27 6.45 15.38 -
YUV 69.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 46 73 109 0.58 0.33 0 0.57 214.29 0.41 0.3
Hex 2E 49 6D 3A 21 0 39 D6 29 1E
Octal 56 111 155 72 41 0 71 326 51 36
Binary 101110 1001001 1101101 111010 100001 0 111001 11010110 101001 11110

Color Harmonies of #2E496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E496D

Black with #2E496D

Text Example


Text Example

White with #2E496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E496D; }

 p { color: rgb(46,73,109); }

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

background-color css

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

 a { background-color: rgb(46,73,109); }

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

border-color css

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

 span { border-color: rgb(46,73,109); }

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