#27455A

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

Shades of Astronaut Blue #27455A

Tints of Astronaut Blue #27455A

Color information

#27455A (or 0x27455A) is unknown color: approx Astronaut Blue. HEX triplet: 27, 45 and 5A. RGB value is (39,69,90). Sum of RGB (Red+Green+Blue) = 39+69+90=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #27455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27455A is #D8BAA5. Grayscale: #3E3E3E. Windows color (decimal): -14203558 or 5915943. OLE color: 5915943.

HSL color Cylindrical-coordinate representation of color #27455A: hue angle of 204.71º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27455A is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB396990-
CMYK0.570.2300.65
HSL204.71º39.53%25.29%-
HSV(B)204.71º56.67%35.29%-
XYZ4.815.4310.47-
YUV62.42143.56111.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=19.70%
G=34.85%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3969900.570.2300.65204.7139.5325.29
Hex27455A3917041cd2819
Octal47105132712701013155031
Binary1001111000101101101011100110111010000011100110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,69,90); }

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

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

 a { background-color: rgb(39,69,90); }

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

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

 span { border-color: rgb(39,69,90); }

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