#184358

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

Shades of Astronaut Blue #184358

Tints of Astronaut Blue #184358

Color information

#184358 (or 0x184358) is unknown color: approx Astronaut Blue. HEX triplet: 18, 43 and 58. RGB value is (24,67,88). Sum of RGB (Red+Green+Blue) = 24+67+88=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #184358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184358 is #E7BCA7. Grayscale: #383838. Windows color (decimal): -15187112 or 5784344. OLE color: 5784344.

HSL color Cylindrical-coordinate representation of color #184358: hue angle of 199.69º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184358 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB246788-
CMYK0.730.2400.65
HSL199.69º57.14%21.96%-
HSV(B)199.69º72.73%34.51%-
XYZ4.154.919.96-
YUV56.54145.75104.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=13.41%
G=37.43%
B=49.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2467880.730.2400.65199.6957.1421.96
Hex1843584918041c83916
Octal301031301113001013107126
Binary1100010000111011000100100111000010000011100100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184358; }

 p { color: rgb(24,67,88); }

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

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

 a { background-color: rgb(24,67,88); }

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

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

 span { border-color: rgb(24,67,88); }

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