#184354

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

Shades of Astronaut Blue #184354

Tints of Astronaut Blue #184354

Color information

#184354 (or 0x184354) is unknown color: approx Astronaut Blue. HEX triplet: 18, 43 and 54. RGB value is (24,67,84). Sum of RGB (Red+Green+Blue) = 24+67+84=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #184354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184354 is #E7BCAB. Grayscale: #373737. Windows color (decimal): -15187116 or 5522200. OLE color: 5522200.

HSL color Cylindrical-coordinate representation of color #184354: hue angle of 197º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184354 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB246784-
CMYK0.710.2000.67
HSL197º55.56%21.18%-
HSV(B)197º71.43%32.94%-
XYZ3.984.859.11-
YUV56.08143.75105.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 84 (33.20% from 255) = 48%
R=13.71%
G=38.29%
B=48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2467840.710.2000.6719755.5621.18
Hex1843544714043c53815
Octal301031241072401033057025
Binary1100010000111010100100011110100010000111100010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184354; }

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

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

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

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

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

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

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

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