#274455

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

Shades of Astronaut Blue #274455

Tints of Astronaut Blue #274455

Color information

#274455 (or 0x274455) is unknown color: approx Astronaut Blue. HEX triplet: 27, 44 and 55. RGB value is (39,68,85). Sum of RGB (Red+Green+Blue) = 39+68+85=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #274455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274455 is #D8BBAA. Grayscale: #3D3D3D. Windows color (decimal): -14203819 or 5588007. OLE color: 5588007.

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

Color convert

RGB396885-
CMYK0.540.2000.67
HSL202.17º37.1%24.31%-
HSV(B)202.17º54.12%33.33%-
XYZ4.545.229.36-
YUV61.27141.39112.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=20.31%
G=35.42%
B=44.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3968850.540.2000.67202.1737.124.31
Hex2744553614043ca2518
Octal47104125662401033124530
Binary1001111000100101010111011010100010000111100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274455; }

 p { color: rgb(39,68,85); }

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

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

 a { background-color: rgb(39,68,85); }

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

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

 span { border-color: rgb(39,68,85); }

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