#254354

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

Shades of Astronaut Blue #254354

Tints of Astronaut Blue #254354

Color information

#254354 (or 0x254354) is unknown color: approx Astronaut Blue. HEX triplet: 25, 43 and 54. RGB value is (37,67,84). Sum of RGB (Red+Green+Blue) = 37+67+84=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #254354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254354 is #DABCAB. Grayscale: #3B3B3B. Windows color (decimal): -14335148 or 5522213. OLE color: 5522213.

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

Color convert

RGB376784-
CMYK0.560.2000.67
HSL201.7º38.84%23.73%-
HSV(B)201.7º55.95%32.94%-
XYZ4.375.059.13-
YUV59.97141.56111.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=19.68%
G=35.64%
B=44.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3767840.560.2000.67201.738.8423.73
Hex2543543814043ca2718
Octal45103124702401033124730
Binary1001011000011101010011100010100010000111100101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254354; }

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

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

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

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

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

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

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

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