#1D2F52

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

Shades of Bunting #1D2F52

Tints of Bunting #1D2F52

Color information

#1D2F52 (or 0x1D2F52) is unknown color: approx Bunting. HEX triplet: 1D, 2F and 52. RGB value is (29,47,82). Sum of RGB (Red+Green+Blue) = 29+47+82=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D2F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F52 is #E2D0AD. Grayscale: #2D2D2D. Windows color (decimal): -14864558 or 5386013. OLE color: 5386013.

HSL color Cylindrical-coordinate representation of color #1D2F52: hue angle of 219.62º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D2F52 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB294782-
CMYK0.650.4300.68
HSL219.62º47.75%21.76%-
HSV(B)219.62º64.63%32.16%-
XYZ3.052.98.38-
YUV45.61148.54116.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=18.35%
G=29.75%
B=51.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2947820.650.4300.68219.6247.7521.76
Hex1D2F52412B044dc3016
Octal35571221015301043346026
Binary1110110111110100101000001101011010001001101110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,82); }

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

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

 a { background-color: rgb(29,47,82); }

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

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

 span { border-color: rgb(29,47,82); }

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