#23465B

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

Shades of Astronaut Blue #23465B

Tints of Astronaut Blue #23465B

Color information

#23465B (or 0x23465B) is unknown color: approx Astronaut Blue. HEX triplet: 23, 46 and 5B. RGB value is (35,70,91). Sum of RGB (Red+Green+Blue) = 35+70+91=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #23465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23465B is #DCB9A4. Grayscale: #3D3D3D. Windows color (decimal): -14465445 or 5981731. OLE color: 5981731.

HSL color Cylindrical-coordinate representation of color #23465B: hue angle of 202.5º 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 #23465B is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357091-
CMYK0.620.2300.64
HSL202.5º44.44%24.71%-
HSV(B)202.5º61.54%35.69%-
XYZ4.775.4910.71-
YUV61.93144.4108.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=17.86%
G=35.71%
B=46.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3570910.620.2300.64202.544.4424.71
Hex23465B3E17040ca2c19
Octal43106133762701003125431
Binary1000111000110101101111111010111010000001100101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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