#23475D

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

Shades of Astronaut Blue #23475D

Tints of Astronaut Blue #23475D

Color information

#23475D (or 0x23475D) is unknown color: approx Astronaut Blue. HEX triplet: 23, 47 and 5D. RGB value is (35,71,93). Sum of RGB (Red+Green+Blue) = 35+71+93=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #23475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23475D is #DCB8A2. Grayscale: #3E3E3E. Windows color (decimal): -14465187 or 6113059. OLE color: 6113059.

HSL color Cylindrical-coordinate representation of color #23475D: hue angle of 202.76º degrees, saturation: 0.45, 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 #23475D is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357193-
CMYK0.620.2400.64
HSL202.76º45.31%25.1%-
HSV(B)202.76º62.37%36.47%-
XYZ4.925.6511.19-
YUV62.74145.07108.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=17.59%
G=35.68%
B=46.73%

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
Decimal3571930.620.2400.64202.7645.3125.1
Hex23475D3E18040cb2d19
Octal43107135763001003135531
Binary1000111000111101110111111011000010000001100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23475D; }

 p { color: rgb(35,71,93); }

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

<style>
 a { background-color: #23475D; }

 a { background-color: rgb(35,71,93); }

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

<style>
 span { border-color: #23475D; }

 span { border-color: rgb(35,71,93); }

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