#274658

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

Shades of Astronaut Blue #274658

Tints of Astronaut Blue #274658

Color information

#274658 (or 0x274658) is unknown color: approx Astronaut Blue. HEX triplet: 27, 46 and 58. RGB value is (39,70,88). Sum of RGB (Red+Green+Blue) = 39+70+88=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #274658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274658 is #D8B9A7. Grayscale: #3E3E3E. Windows color (decimal): -14203304 or 5785127. OLE color: 5785127.

HSL color Cylindrical-coordinate representation of color #274658: hue angle of 202.04º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274658 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB397088-
CMYK0.560.2000.65
HSL202.04º38.58%24.9%-
HSV(B)202.04º55.68%34.51%-
XYZ4.795.5210.04-
YUV62.78142.23111.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=19.80%
G=35.53%
B=44.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3970880.560.2000.65202.0438.5824.9
Hex2746583814041ca2719
Octal47106130702401013124731
Binary1001111000110101100011100010100010000011100101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274658; }

 p { color: rgb(39,70,88); }

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

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

 a { background-color: rgb(39,70,88); }

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

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

 span { border-color: rgb(39,70,88); }

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