#234560

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

Shades of Astronaut Blue #234560

Tints of Astronaut Blue #234560

Color information

#234560 (or 0x234560) is unknown color: approx Astronaut Blue. HEX triplet: 23, 45 and 60. RGB value is (35,69,96). Sum of RGB (Red+Green+Blue) = 35+69+96=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #234560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234560 is #DCBA9F. Grayscale: #3D3D3D. Windows color (decimal): -14465696 or 6309155. OLE color: 6309155.

HSL color Cylindrical-coordinate representation of color #234560: hue angle of 206.56º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234560 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356996-
CMYK0.640.2800.62
HSL206.56º46.56%25.69%-
HSV(B)206.56º63.54%37.65%-
XYZ4.935.4611.86-
YUV61.91147.24108.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=17.5%
G=34.5%
B=48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3569960.640.2800.62206.5646.5625.69
Hex234560401C03Ecf2f1a
Octal43105140100340763175732
Binary1000111000101110000010000001110001111101100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234560; }

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

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

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

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

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

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

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

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