#23455B

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

Shades of Astronaut Blue #23455B

Tints of Astronaut Blue #23455B

Color information

#23455B (or 0x23455B) is unknown color: approx Astronaut Blue. HEX triplet: 23, 45 and 5B. RGB value is (35,69,91). Sum of RGB (Red+Green+Blue) = 35+69+91=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #23455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23455B is #DCBAA4. Grayscale: #3D3D3D. Windows color (decimal): -14465701 or 5981475. OLE color: 5981475.

HSL color Cylindrical-coordinate representation of color #23455B: hue angle of 203.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23455B is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB356991-
CMYK0.620.2400.64
HSL203.57º44.44%24.71%-
HSV(B)203.57º61.54%35.69%-
XYZ4.715.3710.69-
YUV61.34144.74109.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=17.95%
G=35.38%
B=46.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3569910.620.2400.64203.5744.4424.71
Hex23455B3E18040cc2c19
Octal43105133763001003145431
Binary1000111000101101101111111011000010000001100110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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