#23485A

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

Shades of Astronaut Blue #23485A

Tints of Astronaut Blue #23485A

Color information

#23485A (or 0x23485A) is unknown color: approx Astronaut Blue. HEX triplet: 23, 48 and 5A. RGB value is (35,72,90). Sum of RGB (Red+Green+Blue) = 35+72+90=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #23485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23485A is #DCB7A5. Grayscale: #3E3E3E. Windows color (decimal): -14464934 or 5916707. OLE color: 5916707.

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

Color convert

RGB357290-
CMYK0.610.2000.65
HSL199.64º44%24.51%-
HSV(B)199.64º61.11%35.29%-
XYZ4.865.7310.52-
YUV62.99143.24108.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=17.77%
G=36.55%
B=45.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3572900.610.2000.65199.644424.51
Hex23485A3D14041c82c19
Octal43110132752401013105431
Binary1000111001000101101011110110100010000011100100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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