#234758

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

Shades of Astronaut Blue #234758

Tints of Astronaut Blue #234758

Color information

#234758 (or 0x234758) is unknown color: approx Astronaut Blue. HEX triplet: 23, 47 and 58. RGB value is (35,71,88). Sum of RGB (Red+Green+Blue) = 35+71+88=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #234758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234758 is #DCB8A7. Grayscale: #3E3E3E. Windows color (decimal): -14465192 or 5785379. OLE color: 5785379.

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

Color convert

RGB357188-
CMYK0.600.1900.65
HSL199.25º43.09%24.12%-
HSV(B)199.25º60.23%34.51%-
XYZ4.715.5710.06-
YUV62.17142.57108.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=18.04%
G=36.60%
B=45.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3571880.600.1900.65199.2543.0924.12
Hex2347583C13041c72b18
Octal43107130742301013075330
Binary1000111000111101100011110010011010000011100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234758; }

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

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

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

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

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

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

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

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