#154354

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

Shades of Astronaut Blue #154354

Tints of Astronaut Blue #154354

Color information

#154354 (or 0x154354) is unknown color: approx Astronaut Blue. HEX triplet: 15, 43 and 54. RGB value is (21,67,84). Sum of RGB (Red+Green+Blue) = 21+67+84=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #154354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154354 is #EABCAB. Grayscale: #373737. Windows color (decimal): -15383724 or 5522197. OLE color: 5522197.

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

Color convert

RGB216784-
CMYK0.750.2000.67
HSL196.19º60%20.59%-
HSV(B)196.19º75%32.94%-
XYZ3.924.819.11-
YUV55.18144.26103.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=12.21%
G=38.95%
B=48.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2167840.750.2000.67196.196020.59
Hex1543544B14043c43c15
Octal251031241132401033047425
Binary1010110000111010100100101110100010000111100010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154354; }

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

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

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

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

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

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

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

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