Html Css Color HEX #3B70BA Steel Blue

📋 copy color: '#3B70BA'

red 59 ◦ green 112 ◦ blue 186

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

Shades of Steel Blue #3B70BA

Tints of Steel Blue #3B70BA

RGB

 RED value IS 59 (23.44% from 255) = 16.53%

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

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

R = 16.53%
G = 31.37%
B = 52.1%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B70BA (or 0x3B70BA) is known color: Steel Blue. HEX triplet: 3B, 70 and BA. RGB value is (59,112,186). Sum of RGB (Red+Green+Blue) = 59+112+186=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 112 (44.14% from 255 or 31.37% 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 #3B70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B70BA is #C48F45. Grayscale: #686868. Windows color (decimal): -12881734 or 12218427. OLE color: 12218427.

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

Color convert

RGB 59 112 186 -
CMYK 0.68 0.40 0 0.27
HSL 214.96º 0.52% 0.48% -
HSV(B) 214.96º 0.68% 0.73% -
XYZ 16.46 16.06 48.69 -
YUV 104.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 59 112 186 0.68 0.40 0 0.27 214.96 0.52 0.48
Hex 3B 70 BA 44 28 0 1B D7 34 30
Octal 73 160 272 104 50 0 33 327 64 60
Binary 111011 1110000 10111010 1000100 101000 0 11011 11010111 110100 110000

Color Harmonies of #3B70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B70BA

Black with #3B70BA

Text Example


Text Example

White with #3B70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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