Html Css Color HEX #3C4D6E Astronaut

📋 copy color: '#3C4D6E'

red 60 ◦ green 77 ◦ blue 110

#3C4D6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #3C4D6E

Tints of Astronaut #3C4D6E

RGB

 RED value IS 60 (23.83% from 255) = 24.29%

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 110 (43.36% from 255) = 44.53%

R = 24.29%
G = 31.17%
B = 44.53%

CMYK

 C value IS 0.45

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C4D6E (or 0x3C4D6E) is known color: Astronaut. HEX triplet: 3C, 4D and 6E. RGB value is (60,77,110). Sum of RGB (Red+Green+Blue) = 60+77+110=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C4D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D6E is #C3B291. Grayscale: #4B4B4B. Windows color (decimal): -12825234 or 7228732. OLE color: 7228732.

HSL color Cylindrical-coordinate representation of color #3C4D6E: hue angle of 219.6º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C4D6E is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 77 110 -
CMYK 0.45 0.3 0 0.57
HSL 219.6º 0.29% 0.33% -
HSV(B) 219.6º 0.45% 0.43% -
XYZ 7.33 7.39 15.79 -
YUV 75.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 60 77 110 0.45 0.3 0 0.57 219.6 0.29 0.33
Hex 3C 4D 6E 2D 1E 0 39 DC 1D 21
Octal 74 115 156 55 36 0 71 334 35 41
Binary 111100 1001101 1101110 101101 11110 0 111001 11011100 11101 100001

Color Harmonies of #3C4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4D6E

Black with #3C4D6E

Text Example


Text Example

White with #3C4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,110); }

 H1.HeaderClassName
 {
   color: #3C4D6E;
 }
 .AnyTagClassName
 {
   color: #3C4D6E;
 }
</style>

background-color css

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

 a { background-color: rgb(60,77,110); }

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

border-color css

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

 span { border-color: rgb(60,77,110); }

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