Html Css Color HEX #3B73BA Steel Blue

📋 copy color: '#3B73BA'

red 59 ◦ green 115 ◦ blue 186

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

Shades of Steel Blue #3B73BA

Tints of Steel Blue #3B73BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 16.39%
G = 31.94%
B = 51.67%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B73BA (or 0x3B73BA) is known color: Steel Blue. HEX triplet: 3B, 73 and BA. RGB value is (59,115,186). Sum of RGB (Red+Green+Blue) = 59+115+186=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B73BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B73BA is #C48C45. Grayscale: #6A6A6A. Windows color (decimal): -12880966 or 12219195. OLE color: 12219195.

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

Color convert

RGB 59 115 186 -
CMYK 0.68 0.38 0 0.27
HSL 213.54º 0.52% 0.48% -
HSV(B) 213.54º 0.68% 0.73% -
XYZ 16.8 16.74 48.8 -
YUV 106.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 59 115 186 0.68 0.38 0 0.27 213.54 0.52 0.48
Hex 3B 73 BA 44 26 0 1B D6 34 30
Octal 73 163 272 104 46 0 33 326 64 60
Binary 111011 1110011 10111010 1000100 100110 0 11011 11010110 110100 110000

Color Harmonies of #3B73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B73BA

Black with #3B73BA

Text Example


Text Example

White with #3B73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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