#2E4C69

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

Shades of Cello #2E4C69

Tints of Cello #2E4C69

Color information

#2E4C69 (or 0x2E4C69) is unknown color: approx Cello. HEX triplet: 2E, 4C and 69. RGB value is (46,76,105). Sum of RGB (Red+Green+Blue) = 46+76+105=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E4C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C69 is #D1B396. Grayscale: #464646. Windows color (decimal): -13742999 or 6900782. OLE color: 6900782.

HSL color Cylindrical-coordinate representation of color #2E4C69: hue angle of 209.49º 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 #2E4C69 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4676105-
CMYK0.560.2800.59
HSL209.49º39.07%29.61%-
HSV(B)209.49º56.19%41.18%-
XYZ6.266.7714.34-
YUV70.34147.56110.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=20.26%
G=33.48%
B=46.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46761050.560.2800.59209.4939.0729.61
Hex2E4C69381C03Bd1271e
Octal5611415170340733214736
Binary101110100110011010011110001110001110111101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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