Html Css Color HEX #3A5172 Astronaut

📋 copy color: '#3A5172'

red 58 ◦ green 81 ◦ blue 114

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

Shades of Astronaut #3A5172

Tints of Astronaut #3A5172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.02%

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 22.92%
G = 32.02%
B = 45.06%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5172 (or 0x3A5172) is known color: Astronaut. HEX triplet: 3A, 51 and 72. RGB value is (58,81,114). Sum of RGB (Red+Green+Blue) = 58+81+114=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5172 is #C5AE8D. Grayscale: #4D4D4D. Windows color (decimal): -12955278 or 7491898. OLE color: 7491898.

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

Color convert

RGB 58 81 114 -
CMYK 0.49 0.29 0 0.55
HSL 215.36º 0.33% 0.34% -
HSV(B) 215.36º 0.49% 0.45% -
XYZ 7.72 8 17.06 -
YUV 77.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 58 81 114 0.49 0.29 0 0.55 215.36 0.33 0.34
Hex 3A 51 72 31 1D 0 37 D7 21 22
Octal 72 121 162 61 35 0 67 327 41 42
Binary 111010 1010001 1110010 110001 11101 0 110111 11010111 100001 100010

Color Harmonies of #3A5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5172

Black with #3A5172

Text Example


Text Example

White with #3A5172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,81,114); }

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

background-color css

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

 a { background-color: rgb(58,81,114); }

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

border-color css

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

 span { border-color: rgb(58,81,114); }

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