#234457

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

Shades of Astronaut Blue #234457

Tints of Astronaut Blue #234457

Color information

#234457 (or 0x234457) is unknown color: approx Astronaut Blue. HEX triplet: 23, 44 and 57. RGB value is (35,68,87). Sum of RGB (Red+Green+Blue) = 35+68+87=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #234457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234457 is #DCBBA8. Grayscale: #3C3C3C. Windows color (decimal): -14465961 or 5719075. OLE color: 5719075.

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

Color convert

RGB356887-
CMYK0.600.2200.66
HSL201.92º42.62%23.92%-
HSV(B)201.92º59.77%34.12%-
XYZ4.485.189.78-
YUV60.3143.07109.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=18.42%
G=35.79%
B=45.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3568870.600.2200.66201.9242.6223.92
Hex2344573C16042ca2b18
Octal43104127742601023125330
Binary1000111000100101011111110010110010000101100101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234457; }

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

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

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

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

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

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

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

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