Html Css Color HEX #3C5070 Astronaut

📋 copy color: '#3C5070'

red 60 ◦ green 80 ◦ blue 112

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

Shades of Astronaut #3C5070

Tints of Astronaut #3C5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 23.81%
G = 31.75%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C5070 (or 0x3C5070) is known color: Astronaut. HEX triplet: 3C, 50 and 70. RGB value is (60,80,112). Sum of RGB (Red+Green+Blue) = 60+80+112=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5070 is #C3AF8F. Grayscale: #4D4D4D. Windows color (decimal): -12824464 or 7360572. OLE color: 7360572.

HSL color Cylindrical-coordinate representation of color #3C5070: hue angle of 216.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5070 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 80 112 -
CMYK 0.46 0.29 0 0.56
HSL 216.92º 0.3% 0.34% -
HSV(B) 216.92º 0.46% 0.44% -
XYZ 7.66 7.87 16.44 -
YUV 77.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 60 80 112 0.46 0.29 0 0.56 216.92 0.3 0.34
Hex 3C 50 70 2E 1D 0 38 D9 1E 22
Octal 74 120 160 56 35 0 70 331 36 42
Binary 111100 1010000 1110000 101110 11101 0 111000 11011001 11110 100010

Color Harmonies of #3C5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5070

Black with #3C5070

Text Example


Text Example

White with #3C5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,112); }

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

background-color css

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

 a { background-color: rgb(60,80,112); }

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

border-color css

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

 span { border-color: rgb(60,80,112); }

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