Html Css Color HEX #3A7292 Astral

📋 copy color: '#3A7292'

red 58 ◦ green 114 ◦ blue 146

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

Shades of Astral #3A7292

Tints of Astral #3A7292

RGB

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

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

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

R = 18.24%
G = 35.85%
B = 45.91%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A7292 (or 0x3A7292) is known color: Astral. HEX triplet: 3A, 72 and 92. RGB value is (58,114,146). Sum of RGB (Red+Green+Blue) = 58+114+146=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A7292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7292 is #C58D6D. Grayscale: #646464. Windows color (decimal): -12946798 or 9597498. OLE color: 9597498.

HSL color Cylindrical-coordinate representation of color #3A7292: hue angle of 201.82º 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 #3A7292 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 114 146 -
CMYK 0.60 0.22 0 0.43
HSL 201.82º 0.43% 0.4% -
HSV(B) 201.82º 0.6% 0.57% -
XYZ 12.95 15.01 29.41 -
YUV 100.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 58 114 146 0.60 0.22 0 0.43 201.82 0.43 0.4
Hex 3A 72 92 3C 16 0 2B CA 2B 28
Octal 72 162 222 74 26 0 53 312 53 50
Binary 111010 1110010 10010010 111100 10110 0 101011 11001010 101011 101000

Color Harmonies of #3A7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7292

Black with #3A7292

Text Example


Text Example

White with #3A7292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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