#1D4355

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

Shades of Astronaut Blue #1D4355

Tints of Astronaut Blue #1D4355

Color information

#1D4355 (or 0x1D4355) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 43 and 55. RGB value is (29,67,85). Sum of RGB (Red+Green+Blue) = 29+67+85=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D4355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4355 is #E2BCAA. Grayscale: #393939. Windows color (decimal): -14859435 or 5587741. OLE color: 5587741.

HSL color Cylindrical-coordinate representation of color #1D4355: hue angle of 199.29º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4355 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB296785-
CMYK0.660.2100.67
HSL199.29º49.12%22.35%-
HSV(B)199.29º65.88%33.33%-
XYZ4.154.939.33-
YUV57.69143.41107.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=16.02%
G=37.02%
B=46.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2967850.660.2100.67199.2949.1222.35
Hex1D43554215043c73116
Octal351031251022501033076126
Binary1110110000111010101100001010101010000111100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,85); }

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

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

 a { background-color: rgb(29,67,85); }

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

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

 span { border-color: rgb(29,67,85); }

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