#23455A

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

Shades of Astronaut Blue #23455A

Tints of Astronaut Blue #23455A

Color information

#23455A (or 0x23455A) is unknown color: approx Astronaut Blue. HEX triplet: 23, 45 and 5A. RGB value is (35,69,90). Sum of RGB (Red+Green+Blue) = 35+69+90=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #23455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23455A is #DCBAA5. Grayscale: #3D3D3D. Windows color (decimal): -14465702 or 5915939. OLE color: 5915939.

HSL color Cylindrical-coordinate representation of color #23455A: hue angle of 202.91º 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 #23455A is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356990-
CMYK0.610.2300.65
HSL202.91º44%24.51%-
HSV(B)202.91º61.11%35.29%-
XYZ4.675.3510.46-
YUV61.23144.24109.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=18.04%
G=35.57%
B=46.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3569900.610.2300.65202.914424.51
Hex23455A3D17041cb2c19
Octal43105132752701013135431
Binary1000111000101101101011110110111010000011100101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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