#1D2D50

Color #1D2D50 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #1D2D50

Tints of Bunting #1D2D50

Color information

#1D2D50 (or 0x1D2D50) is unknown color: approx Bunting. HEX triplet: 1D, 2D and 50. RGB value is (29,45,80). Sum of RGB (Red+Green+Blue) = 29+45+80=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2D50 is #E2D2AF. Grayscale: #2C2C2C. Windows color (decimal): -14865072 or 5254429. OLE color: 5254429.

HSL color Cylindrical-coordinate representation of color #1D2D50: hue angle of 221.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D2D50 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB294580-
CMYK0.640.4400.69
HSL221.18º46.79%21.37%-
HSV(B)221.18º63.75%31.37%-
XYZ2.892.727.96-
YUV44.21148.2117.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.83%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=18.83%
G=29.22%
B=51.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2945800.640.4400.69221.1846.7921.37
Hex1D2D50402C045dd2f15
Octal35551201005401053355725
Binary1110110110110100001000000101100010001011101110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D2D50; }

 p { color: rgb(29,45,80); }

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

<style>
 a { background-color: #1D2D50; }

 a { background-color: rgb(29,45,80); }

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

<style>
 span { border-color: #1D2D50; }

 span { border-color: rgb(29,45,80); }

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