#234557

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

Shades of Astronaut Blue #234557

Tints of Astronaut Blue #234557

Color information

#234557 (or 0x234557) is unknown color: approx Astronaut Blue. HEX triplet: 23, 45 and 57. RGB value is (35,69,87). Sum of RGB (Red+Green+Blue) = 35+69+87=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #234557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234557 is #DCBAA8. Grayscale: #3C3C3C. Windows color (decimal): -14465705 or 5719331. OLE color: 5719331.

HSL color Cylindrical-coordinate representation of color #234557: hue angle of 200.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234557 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB356987-
CMYK0.600.2100.66
HSL200.77º42.62%23.92%-
HSV(B)200.77º59.77%34.12%-
XYZ4.545.39.8-
YUV60.89142.74109.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=18.32%
G=36.13%
B=45.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3569870.600.2100.66200.7742.6223.92
Hex2345573C15042c92b18
Octal43105127742501023115330
Binary1000111000101101011111110010101010000101100100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234557; }

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

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

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

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

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

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

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

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