#254255

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

Shades of Astronaut Blue #254255

Tints of Astronaut Blue #254255

Color information

#254255 (or 0x254255) is unknown color: approx Astronaut Blue. HEX triplet: 25, 42 and 55. RGB value is (37,66,85). Sum of RGB (Red+Green+Blue) = 37+66+85=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #254255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254255 is #DABDAA. Grayscale: #3B3B3B. Windows color (decimal): -14335403 or 5587493. OLE color: 5587493.

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

Color convert

RGB376685-
CMYK0.560.2200.67
HSL203.75º39.34%23.92%-
HSV(B)203.75º56.47%33.33%-
XYZ4.354.959.32-
YUV59.49142.39111.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=19.68%
G=35.11%
B=45.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3766850.560.2200.67203.7539.3423.92
Hex2542553816043cc2718
Octal45102125702601033144730
Binary1001011000010101010111100010110010000111100110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254255; }

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

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

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

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

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

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

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

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