#1D2B47

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

Shades of Bunting #1D2B47

Tints of Bunting #1D2B47

Color information

#1D2B47 (or 0x1D2B47) is unknown color: approx Bunting. HEX triplet: 1D, 2B and 47. RGB value is (29,43,71). Sum of RGB (Red+Green+Blue) = 29+43+71=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B47 is #E2D4B8. Grayscale: #292929. Windows color (decimal): -14865593 or 4664093. OLE color: 4664093.

HSL color Cylindrical-coordinate representation of color #1D2B47: hue angle of 220º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D2B47 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB294371-
CMYK0.590.3900.72
HSL220º42%19.61%-
HSV(B)220º59.15%27.84%-
XYZ2.512.446.3-
YUV42.01144.36118.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=20.28%
G=30.07%
B=49.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2943710.590.3900.722204219.61
Hex1D2B473B27048dc2a14
Octal3553107734701103345224
Binary111011010111000111111011100111010010001101110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,43,71); }

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

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

 a { background-color: rgb(29,43,71); }

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

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

 span { border-color: rgb(29,43,71); }

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