Html Css Color HEX #3A7394 Astral

📋 copy color: '#3A7394'

red 58 ◦ green 115 ◦ blue 148

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

Shades of Astral #3A7394

Tints of Astral #3A7394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 18.07%
G = 35.83%
B = 46.11%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A7394 (or 0x3A7394) is known color: Astral. HEX triplet: 3A, 73 and 94. RGB value is (58,115,148). Sum of RGB (Red+Green+Blue) = 58+115+148=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A7394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7394 is #C58C6B. Grayscale: #656565. Windows color (decimal): -12946540 or 9728826. OLE color: 9728826.

HSL color Cylindrical-coordinate representation of color #3A7394: hue angle of 202º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7394 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 115 148 -
CMYK 0.61 0.22 0 0.42
HSL 202º 0.44% 0.4% -
HSV(B) 202º 0.61% 0.58% -
XYZ 13.22 15.3 30.27 -
YUV 101.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 58 115 148 0.61 0.22 0 0.42 202 0.44 0.4
Hex 3A 73 94 3D 16 0 2A CA 2C 28
Octal 72 163 224 75 26 0 52 312 54 50
Binary 111010 1110011 10010100 111101 10110 0 101010 11001010 101100 101000

Color Harmonies of #3A7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7394

Black with #3A7394

Text Example


Text Example

White with #3A7394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,148); }

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

background-color css

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

 a { background-color: rgb(58,115,148); }

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

border-color css

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

 span { border-color: rgb(58,115,148); }

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