#234458

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

Shades of Astronaut Blue #234458

Tints of Astronaut Blue #234458

Color information

#234458 (or 0x234458) is unknown color: approx Astronaut Blue. HEX triplet: 23, 44 and 58. RGB value is (35,68,88). Sum of RGB (Red+Green+Blue) = 35+68+88=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #234458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234458 is #DCBBA7. Grayscale: #3C3C3C. Windows color (decimal): -14465960 or 5784611. OLE color: 5784611.

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

Color convert

RGB356888-
CMYK0.600.2300.65
HSL202.64º43.09%24.12%-
HSV(B)202.64º60.23%34.51%-
XYZ4.525.210-
YUV60.41143.57109.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=18.32%
G=35.60%
B=46.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3568880.600.2300.65202.6443.0924.12
Hex2344583C17041cb2b18
Octal43104130742701013135330
Binary1000111000100101100011110010111010000011100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234458; }

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

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

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

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

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

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

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

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