#274556

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

Shades of Astronaut Blue #274556

Tints of Astronaut Blue #274556

Color information

#274556 (or 0x274556) is unknown color: approx Astronaut Blue. HEX triplet: 27, 45 and 56. RGB value is (39,69,86). Sum of RGB (Red+Green+Blue) = 39+69+86=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #274556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274556 is #D8BAA9. Grayscale: #3D3D3D. Windows color (decimal): -14203562 or 5653799. OLE color: 5653799.

HSL color Cylindrical-coordinate representation of color #274556: hue angle of 201.7º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #274556 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB396986-
CMYK0.550.2000.66
HSL201.7º37.6%24.51%-
HSV(B)201.7º54.65%33.73%-
XYZ4.645.369.59-
YUV61.97141.56111.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=20.10%
G=35.57%
B=44.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3969860.550.2000.66201.737.624.51
Hex2745563714042ca2619
Octal47105126672401023124631
Binary1001111000101101011011011110100010000101100101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274556; }

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

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

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

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

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

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

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

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