Html Css Color HEX #3A7494 Astral

📋 copy color: '#3A7494'

red 58 ◦ green 116 ◦ blue 148

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

Shades of Astral #3A7494

Tints of Astral #3A7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 18.01%
G = 36.02%
B = 45.96%

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

#3A7494 (or 0x3A7494) is known color: Astral. HEX triplet: 3A, 74 and 94. RGB value is (58,116,148). Sum of RGB (Red+Green+Blue) = 58+116+148=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A7494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7494 is #C58B6B. Grayscale: #666666. Windows color (decimal): -12946284 or 9729082. OLE color: 9729082.

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

Color convert

RGB 58 116 148 -
CMYK 0.61 0.22 0 0.42
HSL 201.33º 0.44% 0.4% -
HSV(B) 201.33º 0.61% 0.58% -
XYZ 13.34 15.53 30.31 -
YUV 102.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 58 116 148 0.61 0.22 0 0.42 201.33 0.44 0.4
Hex 3A 74 94 3D 16 0 2A C9 2C 28
Octal 72 164 224 75 26 0 52 311 54 50
Binary 111010 1110100 10010100 111101 10110 0 101010 11001001 101100 101000

Color Harmonies of #3A7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7494

Black with #3A7494

Text Example


Text Example

White with #3A7494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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