#234559

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

Shades of Astronaut Blue #234559

Tints of Astronaut Blue #234559

Color information

#234559 (or 0x234559) is unknown color: approx Astronaut Blue. HEX triplet: 23, 45 and 59. RGB value is (35,69,89). Sum of RGB (Red+Green+Blue) = 35+69+89=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #234559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234559 is #DCBAA6. Grayscale: #3D3D3D. Windows color (decimal): -14465703 or 5850403. OLE color: 5850403.

HSL color Cylindrical-coordinate representation of color #234559: hue angle of 202.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #234559 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356989-
CMYK0.610.2200.65
HSL202.22º43.55%24.31%-
HSV(B)202.22º60.67%34.9%-
XYZ4.625.3310.24-
YUV61.11143.74109.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=18.13%
G=35.75%
B=46.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3569890.610.2200.65202.2243.5524.31
Hex2345593D16041ca2c18
Octal43105131752601013125430
Binary1000111000101101100111110110110010000011100101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234559; }

 p { color: rgb(35,69,89); }

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

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

 a { background-color: rgb(35,69,89); }

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

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

 span { border-color: rgb(35,69,89); }

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