#2D496B

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

Shades of Cello #2D496B

Tints of Cello #2D496B

Color information

#2D496B (or 0x2D496B) is unknown color: approx Cello. HEX triplet: 2D, 49 and 6B. RGB value is (45,73,107). Sum of RGB (Red+Green+Blue) = 45+73+107=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D496B is #D2B694. Grayscale: #444444. Windows color (decimal): -13809301 or 7031085. OLE color: 7031085.

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

Color convert

RGB4573107-
CMYK0.580.3200.58
HSL212.9º40.79%29.8%-
HSV(B)212.9º57.94%41.96%-
XYZ6.126.3814.82-
YUV68.5149.72111.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=20%
G=32.44%
B=47.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45731070.580.3200.58212.940.7929.8
Hex2D496B3A2003Ad5291e
Octal5511115372400723255136
Binary1011011001001110101111101010000001110101101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,107); }

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

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

 a { background-color: rgb(45,73,107); }

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

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

 span { border-color: rgb(45,73,107); }

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