Html Css Color HEX #3A70BF Steel Blue

📋 copy color: '#3A70BF'

red 58 ◦ green 112 ◦ blue 191

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

Shades of Steel Blue #3A70BF

Tints of Steel Blue #3A70BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 16.07%
G = 31.02%
B = 52.91%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A70BF (or 0x3A70BF) is known color: Steel Blue. HEX triplet: 3A, 70 and BF. RGB value is (58,112,191). Sum of RGB (Red+Green+Blue) = 58+112+191=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A70BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A70BF is #C58F40. Grayscale: #686868. Windows color (decimal): -12947265 or 12546106. OLE color: 12546106.

HSL color Cylindrical-coordinate representation of color #3A70BF: hue angle of 215.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A70BF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 112 191 -
CMYK 0.70 0.41 0 0.25
HSL 215.64º 0.53% 0.49% -
HSV(B) 215.64º 0.7% 0.75% -
XYZ 16.94 16.25 51.53 -
YUV 104.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 58 112 191 0.70 0.41 0 0.25 215.64 0.53 0.49
Hex 3A 70 BF 46 29 0 19 D8 35 31
Octal 72 160 277 106 51 0 31 330 65 61
Binary 111010 1110000 10111111 1000110 101001 0 11001 11011000 110101 110001

Color Harmonies of #3A70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A70BF

Black with #3A70BF

Text Example


Text Example

White with #3A70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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