#2E4A69

Color #2E4A69 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #2E4A69

Tints of Cello #2E4A69

Color information

#2E4A69 (or 0x2E4A69) is unknown color: approx Cello. HEX triplet: 2E, 4A and 69. RGB value is (46,74,105). Sum of RGB (Red+Green+Blue) = 46+74+105=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E4A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A69 is #D1B596. Grayscale: #454545. Windows color (decimal): -13743511 or 6900270. OLE color: 6900270.

HSL color Cylindrical-coordinate representation of color #2E4A69: hue angle of 211.53º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4A69 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4674105-
CMYK0.560.3000.59
HSL211.53º39.07%29.61%-
HSV(B)211.53º56.19%41.18%-
XYZ6.136.514.3-
YUV69.16148.22111.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=20.44%
G=32.89%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46741050.560.3000.59211.5339.0729.61
Hex2E4A69381E03Bd4271e
Octal5611215170360733244736
Binary101110100101011010011110001111001110111101010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,74,105); }

 H1.HeaderClassName
 {
   color: #2E4A69;
 }
 .AnyTagClassName
 {
   color: #2E4A69;
 }
</style>
background-color css

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

 a { background-color: rgb(46,74,105); }

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

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

 span { border-color: rgb(46,74,105); }

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