#274356

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

Shades of Astronaut Blue #274356

Tints of Astronaut Blue #274356

Color information

#274356 (or 0x274356) is unknown color: approx Astronaut Blue. HEX triplet: 27, 43 and 56. RGB value is (39,67,86). Sum of RGB (Red+Green+Blue) = 39+67+86=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #274356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274356 is #D8BCA9. Grayscale: #3C3C3C. Windows color (decimal): -14204074 or 5653287. OLE color: 5653287.

HSL color Cylindrical-coordinate representation of color #274356: hue angle of 204.26º 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 #274356 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB396786-
CMYK0.550.2200.66
HSL204.26º37.6%24.51%-
HSV(B)204.26º54.65%33.73%-
XYZ4.525.129.55-
YUV60.79142.22112.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=20.31%
G=34.90%
B=44.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3967860.550.2200.66204.2637.624.51
Hex2743563716042cc2619
Octal47103126672601023144631
Binary1001111000011101011011011110110010000101100110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274356; }

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

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

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

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

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

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

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

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