Html Css Color HEX #3A728D Astral

📋 copy color: '#3A728D'

red 58 ◦ green 114 ◦ blue 141

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

Shades of Astral #3A728D

Tints of Astral #3A728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 18.53%
G = 36.42%
B = 45.05%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A728D (or 0x3A728D) is known color: Astral. HEX triplet: 3A, 72 and 8D. RGB value is (58,114,141). Sum of RGB (Red+Green+Blue) = 58+114+141=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A728D is #C58D72. Grayscale: #646464. Windows color (decimal): -12946803 or 9269818. OLE color: 9269818.

HSL color Cylindrical-coordinate representation of color #3A728D: hue angle of 199.52º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A728D is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 114 141 -
CMYK 0.59 0.19 0 0.45
HSL 199.52º 0.42% 0.39% -
HSV(B) 199.52º 0.59% 0.55% -
XYZ 12.57 14.86 27.4 -
YUV 100.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 58 114 141 0.59 0.19 0 0.45 199.52 0.42 0.39
Hex 3A 72 8D 3B 13 0 2D C8 2A 27
Octal 72 162 215 73 23 0 55 310 52 47
Binary 111010 1110010 10001101 111011 10011 0 101101 11001000 101010 100111

Color Harmonies of #3A728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A728D

Black with #3A728D

Text Example


Text Example

White with #3A728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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