#23485B

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

Shades of Astronaut Blue #23485B

Tints of Astronaut Blue #23485B

Color information

#23485B (or 0x23485B) is unknown color: approx Astronaut Blue. HEX triplet: 23, 48 and 5B. RGB value is (35,72,91). Sum of RGB (Red+Green+Blue) = 35+72+91=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #23485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23485B is #DCB7A4. Grayscale: #3E3E3E. Windows color (decimal): -14464933 or 5982243. OLE color: 5982243.

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

Color convert

RGB357291-
CMYK0.620.2100.64
HSL200.36º44.44%24.71%-
HSV(B)200.36º61.54%35.69%-
XYZ4.95.7510.75-
YUV63.1143.74107.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=17.68%
G=36.36%
B=45.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3572910.620.2100.64200.3644.4424.71
Hex23485B3E15040c82c19
Octal43110133762501003105431
Binary1000111001000101101111111010101010000001100100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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