#254356

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

Shades of Astronaut Blue #254356

Tints of Astronaut Blue #254356

Color information

#254356 (or 0x254356) is unknown color: approx Astronaut Blue. HEX triplet: 25, 43 and 56. RGB value is (37,67,86). Sum of RGB (Red+Green+Blue) = 37+67+86=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #254356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254356 is #DABCA9. Grayscale: #3C3C3C. Windows color (decimal): -14335146 or 5653285. OLE color: 5653285.

HSL color Cylindrical-coordinate representation of color #254356: hue angle of 203.27º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254356 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB376786-
CMYK0.570.2200.66
HSL203.27º39.84%24.12%-
HSV(B)203.27º56.98%33.73%-
XYZ4.455.089.55-
YUV60.2142.56111.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=19.47%
G=35.26%
B=45.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3767860.570.2200.66203.2739.8424.12
Hex2543563916042cb2818
Octal45103126712601023135030
Binary1001011000011101011011100110110010000101100101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254356; }

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

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

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

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

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

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

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

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