#1D2E4E

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

Shades of Bunting #1D2E4E

Tints of Bunting #1D2E4E

Color information

#1D2E4E (or 0x1D2E4E) is unknown color: approx Bunting. HEX triplet: 1D, 2E and 4E. RGB value is (29,46,78). Sum of RGB (Red+Green+Blue) = 29+46+78=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D2E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2E4E is #E2D1B1. Grayscale: #2C2C2C. Windows color (decimal): -14864818 or 5123613. OLE color: 5123613.

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

Color convert

RGB294678-
CMYK0.630.4100.69
HSL219.18º45.79%20.98%-
HSV(B)219.18º62.82%30.59%-
XYZ2.862.777.59-
YUV44.56146.87116.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=18.95%
G=30.07%
B=50.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2946780.630.4100.69219.1845.7920.98
Hex1D2E4E3F29045db2e15
Octal3556116775101053335625
Binary111011011101001110111111101001010001011101101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,46,78); }

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

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

 a { background-color: rgb(29,46,78); }

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

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

 span { border-color: rgb(29,46,78); }

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