#274355

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

Shades of Astronaut Blue #274355

Tints of Astronaut Blue #274355

Color information

#274355 (or 0x274355) is unknown color: approx Astronaut Blue. HEX triplet: 27, 43 and 55. RGB value is (39,67,85). Sum of RGB (Red+Green+Blue) = 39+67+85=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #274355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274355 is #D8BCAA. Grayscale: #3C3C3C. Windows color (decimal): -14204075 or 5587751. OLE color: 5587751.

HSL color Cylindrical-coordinate representation of color #274355: hue angle of 203.48º 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 #274355 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB396785-
CMYK0.540.2100.67
HSL203.48º37.1%24.31%-
HSV(B)203.48º54.12%33.33%-
XYZ4.485.19.34-
YUV60.68141.72112.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=20.42%
G=35.08%
B=44.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3967850.540.2100.67203.4837.124.31
Hex2743553615043cb2518
Octal47103125662501033134530
Binary1001111000011101010111011010101010000111100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274355; }

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

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

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

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

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

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

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

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