#1D2F50

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

Shades of Bunting #1D2F50

Tints of Bunting #1D2F50

Color information

#1D2F50 (or 0x1D2F50) is unknown color: approx Bunting. HEX triplet: 1D, 2F and 50. RGB value is (29,47,80). Sum of RGB (Red+Green+Blue) = 29+47+80=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D2F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F50 is #E2D0AF. Grayscale: #2D2D2D. Windows color (decimal): -14864560 or 5254941. OLE color: 5254941.

HSL color Cylindrical-coordinate representation of color #1D2F50: hue angle of 218.82º 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 #1D2F50 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB294780-
CMYK0.640.4100.69
HSL218.82º46.79%21.37%-
HSV(B)218.82º63.75%31.37%-
XYZ2.972.877.99-
YUV45.38147.54116.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=18.59%
G=30.13%
B=51.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2947800.640.4100.69218.8246.7921.37
Hex1D2F504029045db2f15
Octal35571201005101053335725
Binary1110110111110100001000000101001010001011101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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