#234555

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

Shades of Astronaut Blue #234555

Tints of Astronaut Blue #234555

Color information

#234555 (or 0x234555) is unknown color: approx Astronaut Blue. HEX triplet: 23, 45 and 55. RGB value is (35,69,85). Sum of RGB (Red+Green+Blue) = 35+69+85=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #234555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234555 is #DCBAAA. Grayscale: #3C3C3C. Windows color (decimal): -14465707 or 5588259. OLE color: 5588259.

HSL color Cylindrical-coordinate representation of color #234555: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234555 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB356985-
CMYK0.590.1900.67
HSL199.2º41.67%23.53%-
HSV(B)199.2º58.82%33.33%-
XYZ4.465.279.38-
YUV60.66141.74109.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=18.52%
G=36.51%
B=44.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3569850.590.1900.67199.241.6723.53
Hex2345553B13043c72a18
Octal43105125732301033075230
Binary1000111000101101010111101110011010000111100011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234555; }

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

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

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

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

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

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

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

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