Html Css Color HEX #3A7592 Astral

📋 copy color: '#3A7592'

red 58 ◦ green 117 ◦ blue 146

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

Shades of Astral #3A7592

Tints of Astral #3A7592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 18.07%
G = 36.45%
B = 45.48%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A7592 (or 0x3A7592) is known color: Astral. HEX triplet: 3A, 75 and 92. RGB value is (58,117,146). Sum of RGB (Red+Green+Blue) = 58+117+146=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A7592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7592 is #C58A6D. Grayscale: #666666. Windows color (decimal): -12946030 or 9598266. OLE color: 9598266.

HSL color Cylindrical-coordinate representation of color #3A7592: hue angle of 199.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7592 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 117 146 -
CMYK 0.60 0.20 0 0.43
HSL 199.77º 0.43% 0.4% -
HSV(B) 199.77º 0.6% 0.57% -
XYZ 13.29 15.7 29.52 -
YUV 102.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 58 117 146 0.60 0.20 0 0.43 199.77 0.43 0.4
Hex 3A 75 92 3C 14 0 2B C8 2B 28
Octal 72 165 222 74 24 0 53 310 53 50
Binary 111010 1110101 10010010 111100 10100 0 101011 11001000 101011 101000

Color Harmonies of #3A7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7592

Black with #3A7592

Text Example


Text Example

White with #3A7592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,146); }

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

background-color css

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

 a { background-color: rgb(58,117,146); }

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

border-color css

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

 span { border-color: rgb(58,117,146); }

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