Html Css Color HEX #3A7AAA Steel Blue

📋 copy color: '#3A7AAA'

red 58 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #3A7AAA

Tints of Steel Blue #3A7AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 16.57%
G = 34.86%
B = 48.57%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A7AAA (or 0x3A7AAA) is known color: Steel Blue. HEX triplet: 3A, 7A and AA. RGB value is (58,122,170). Sum of RGB (Red+Green+Blue) = 58+122+170=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7AAA is #C58555. Grayscale: #6C6C6C. Windows color (decimal): -12944726 or 11172410. OLE color: 11172410.

HSL color Cylindrical-coordinate representation of color #3A7AAA: hue angle of 205.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7AAA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 122 170 -
CMYK 0.66 0.28 0 0.33
HSL 205.71º 0.49% 0.45% -
HSV(B) 205.71º 0.66% 0.67% -
XYZ 15.96 17.72 40.61 -
YUV 108.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 58 122 170 0.66 0.28 0 0.33 205.71 0.49 0.45
Hex 3A 7A AA 42 1C 0 21 CE 31 2D
Octal 72 172 252 102 34 0 41 316 61 55
Binary 111010 1111010 10101010 1000010 11100 0 100001 11001110 110001 101101

Color Harmonies of #3A7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7AAA

Black with #3A7AAA

Text Example


Text Example

White with #3A7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,122,170); }

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

background-color css

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

 a { background-color: rgb(58,122,170); }

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

border-color css

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

 span { border-color: rgb(58,122,170); }

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