Html Css Color HEX #3A70BA Steel Blue

📋 copy color: '#3A70BA'

red 58 ◦ green 112 ◦ blue 186

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

Shades of Steel Blue #3A70BA

Tints of Steel Blue #3A70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 16.29%
G = 31.46%
B = 52.25%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A70BA (or 0x3A70BA) is known color: Steel Blue. HEX triplet: 3A, 70 and BA. RGB value is (58,112,186). Sum of RGB (Red+Green+Blue) = 58+112+186=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A70BA is #C58F45. Grayscale: #676767. Windows color (decimal): -12947270 or 12218426. OLE color: 12218426.

HSL color Cylindrical-coordinate representation of color #3A70BA: hue angle of 214.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A70BA is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 112 186 -
CMYK 0.69 0.40 0 0.27
HSL 214.69º 0.52% 0.48% -
HSV(B) 214.69º 0.69% 0.73% -
XYZ 16.4 16.03 48.68 -
YUV 104.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 58 112 186 0.69 0.40 0 0.27 214.69 0.52 0.48
Hex 3A 70 BA 45 28 0 1B D7 34 30
Octal 72 160 272 105 50 0 33 327 64 60
Binary 111010 1110000 10111010 1000101 101000 0 11011 11010111 110100 110000

Color Harmonies of #3A70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A70BA

Black with #3A70BA

Text Example


Text Example

White with #3A70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,186); }

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

background-color css

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

 a { background-color: rgb(58,112,186); }

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

border-color css

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

 span { border-color: rgb(58,112,186); }

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