#234456

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

Shades of Astronaut Blue #234456

Tints of Astronaut Blue #234456

Color information

#234456 (or 0x234456) is unknown color: approx Astronaut Blue. HEX triplet: 23, 44 and 56. RGB value is (35,68,86). Sum of RGB (Red+Green+Blue) = 35+68+86=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #234456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234456 is #DCBBA9. Grayscale: #3C3C3C. Windows color (decimal): -14465962 or 5653539. OLE color: 5653539.

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

Color convert

RGB356886-
CMYK0.590.2100.66
HSL201.18º42.15%23.73%-
HSV(B)201.18º59.3%33.73%-
XYZ4.445.169.57-
YUV60.18142.57110.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=18.52%
G=35.98%
B=45.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3568860.590.2100.66201.1842.1523.73
Hex2344563B15042c92a18
Octal43104126732501023115230
Binary1000111000100101011011101110101010000101100100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234456; }

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

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

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

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

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

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

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

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