Html Css Color HEX #3A71BA Steel Blue

📋 copy color: '#3A71BA'

red 58 ◦ green 113 ◦ blue 186

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

Shades of Steel Blue #3A71BA

Tints of Steel Blue #3A71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 16.25%
G = 31.65%
B = 52.1%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A71BA (or 0x3A71BA) is known color: Steel Blue. HEX triplet: 3A, 71 and BA. RGB value is (58,113,186). Sum of RGB (Red+Green+Blue) = 58+113+186=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A71BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A71BA is #C58E45. Grayscale: #686868. Windows color (decimal): -12947014 or 12218682. OLE color: 12218682.

HSL color Cylindrical-coordinate representation of color #3A71BA: hue angle of 214.22º 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 #3A71BA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 113 186 -
CMYK 0.69 0.39 0 0.27
HSL 214.22º 0.52% 0.48% -
HSV(B) 214.22º 0.69% 0.73% -
XYZ 16.51 16.25 48.72 -
YUV 104.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 58 113 186 0.69 0.39 0 0.27 214.22 0.52 0.48
Hex 3A 71 BA 45 27 0 1B D6 34 30
Octal 72 161 272 105 47 0 33 326 64 60
Binary 111010 1110001 10111010 1000101 100111 0 11011 11010110 110100 110000

Color Harmonies of #3A71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A71BA

Black with #3A71BA

Text Example


Text Example

White with #3A71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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