#3C5274

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

Shades of Astronaut #3C5274

Tints of Astronaut #3C5274

Color information

#3C5274 (or 0x3C5274) is unknown color: approx Astronaut. HEX triplet: 3C, 52 and 74. RGB value is (60,82,116). Sum of RGB (Red+Green+Blue) = 60+82+116=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5274 is #C3AD8B. Grayscale: #4F4F4F. Windows color (decimal): -12823948 or 7623228. OLE color: 7623228.

HSL color Cylindrical-coordinate representation of color #3C5274: hue angle of 216.43º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5274 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6082116-
CMYK0.480.2900.55
HSL216.43º31.82%34.51%-
HSV(B)216.43º48.28%45.49%-
XYZ8.038.2617.69-
YUV79.3148.71114.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=23.26%
G=31.78%
B=44.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60821160.480.2900.55216.4331.8234.51
Hex3C5274301D037d82023
Octal7412216460350673304043
Binary1111001010010111010011000011101011011111011000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5274; }

 p { color: rgb(60,82,116); }

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

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

 a { background-color: rgb(60,82,116); }

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

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

 span { border-color: rgb(60,82,116); }

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