#234359

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

Shades of Astronaut Blue #234359

Tints of Astronaut Blue #234359

Color information

#234359 (or 0x234359) is unknown color: approx Astronaut Blue. HEX triplet: 23, 43 and 59. RGB value is (35,67,89). Sum of RGB (Red+Green+Blue) = 35+67+89=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #234359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234359 is #DCBCA6. Grayscale: #3B3B3B. Windows color (decimal): -14466215 or 5849891. OLE color: 5849891.

HSL color Cylindrical-coordinate representation of color #234359: hue angle of 204.44º 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 #234359 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356789-
CMYK0.610.2500.65
HSL204.44º43.55%24.31%-
HSV(B)204.44º60.67%34.9%-
XYZ4.55.0910.2-
YUV59.94144.4110.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=18.32%
G=35.08%
B=46.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3567890.610.2500.65204.4443.5524.31
Hex2343593D19041cc2c18
Octal43103131753101013145430
Binary1000111000011101100111110111001010000011100110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234359; }

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

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

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

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

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

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

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

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