#3c4f73

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

Shades of Astronaut #3C4F73

Tints of Astronaut #3C4F73

Color information

#3C4F73 (or 0x3C4F73) is unknown color: approx Astronaut. HEX triplet: 3C, 4F and 73. RGB value is (60,79,115). Sum of RGB (Red+Green+Blue) = 60+79+115=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C4F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F73 is #C3B08C. Grayscale: #4D4D4D. Windows color (decimal): -12824717 or 7556924. OLE color: 7556924.

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

Color convert

RGB6079115-
CMYK0.480.3100.55
HSL219.27º31.43%34.31%-
HSV(B)219.27º47.83%45.1%-
XYZ7.757.7917.31-
YUV77.42149.21115.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=23.62%
G=31.10%
B=45.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60791150.480.3100.55219.2731.4334.31
Hex3C4F73301F037db1f22
Octal7411716360370673333742
Binary111100100111111100111100001111101101111101101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c4f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,79,115); }

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

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

 a { background-color: rgb(60,79,115); }

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

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

 span { border-color: rgb(60,79,115); }

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