Html Css Color HEX #3A5070 Astronaut

📋 copy color: '#3A5070'

red 58 ◦ green 80 ◦ blue 112

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

Shades of Astronaut #3A5070

Tints of Astronaut #3A5070

RGB

 RED value IS 58 (23.05% from 255) = 23.2%

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

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

R = 23.2%
G = 32%
B = 44.8%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A5070 (or 0x3A5070) is known color: Astronaut. HEX triplet: 3A, 50 and 70. RGB value is (58,80,112). Sum of RGB (Red+Green+Blue) = 58+80+112=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5070 is #C5AF8F. Grayscale: #4C4C4C. Windows color (decimal): -12955536 or 7360570. OLE color: 7360570.

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

Color convert

RGB 58 80 112 -
CMYK 0.48 0.29 0 0.56
HSL 215.56º 0.32% 0.33% -
HSV(B) 215.56º 0.48% 0.44% -
XYZ 7.54 7.81 16.44 -
YUV 77.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 58 80 112 0.48 0.29 0 0.56 215.56 0.32 0.33
Hex 3A 50 70 30 1D 0 38 D8 20 21
Octal 72 120 160 60 35 0 70 330 40 41
Binary 111010 1010000 1110000 110000 11101 0 111000 11011000 100000 100001

Color Harmonies of #3A5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5070

Black with #3A5070

Text Example


Text Example

White with #3A5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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