#254555

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

Shades of Astronaut Blue #254555

Tints of Astronaut Blue #254555

Color information

#254555 (or 0x254555) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 55. RGB value is (37,69,85). Sum of RGB (Red+Green+Blue) = 37+69+85=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #254555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254555 is #DABAAA. Grayscale: #3D3D3D. Windows color (decimal): -14334635 or 5588261. OLE color: 5588261.

HSL color Cylindrical-coordinate representation of color #254555: hue angle of 200º 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 #254555 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB376985-
CMYK0.560.1900.67
HSL200º39.34%23.92%-
HSV(B)200º56.47%33.33%-
XYZ4.535.319.38-
YUV61.26141.4110.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=19.37%
G=36.13%
B=44.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3769850.560.1900.6720039.3423.92
Hex2545553813043c82718
Octal45105125702301033104730
Binary1001011000101101010111100010011010000111100100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254555; }

 p { color: rgb(37,69,85); }

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

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

 a { background-color: rgb(37,69,85); }

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

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

 span { border-color: rgb(37,69,85); }

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