#23495A

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

Shades of Astronaut Blue #23495A

Tints of Astronaut Blue #23495A

Color information

#23495A (or 0x23495A) is unknown color: approx Astronaut Blue. HEX triplet: 23, 49 and 5A. RGB value is (35,73,90). Sum of RGB (Red+Green+Blue) = 35+73+90=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #23495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23495A is #DCB6A5. Grayscale: #3F3F3F. Windows color (decimal): -14464678 or 5916963. OLE color: 5916963.

HSL color Cylindrical-coordinate representation of color #23495A: hue angle of 198.55º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23495A is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB357390-
CMYK0.610.1900.65
HSL198.55º44%24.51%-
HSV(B)198.55º61.11%35.29%-
XYZ4.925.8610.54-
YUV63.58142.91107.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=17.68%
G=36.87%
B=45.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3573900.610.1900.65198.554424.51
Hex23495A3D13041c72c19
Octal43111132752301013075431
Binary1000111001001101101011110110011010000011100011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23495A; }

 p { color: rgb(35,73,90); }

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

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

 a { background-color: rgb(35,73,90); }

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

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

 span { border-color: rgb(35,73,90); }

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