Html Css Color HEX #3C73BA Steel Blue

📋 copy color: '#3C73BA'

red 60 ◦ green 115 ◦ blue 186

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

Shades of Steel Blue #3C73BA

Tints of Steel Blue #3C73BA

RGB

 RED value IS 60 (23.83% from 255) = 16.62%

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

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

R = 16.62%
G = 31.86%
B = 51.52%

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

#3C73BA (or 0x3C73BA) is known color: Steel Blue. HEX triplet: 3C, 73 and BA. RGB value is (60,115,186). Sum of RGB (Red+Green+Blue) = 60+115+186=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C73BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C73BA is #C38C45. Grayscale: #6A6A6A. Windows color (decimal): -12815430 or 12219196. OLE color: 12219196.

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

Color convert

RGB 60 115 186 -
CMYK 0.68 0.38 0 0.27
HSL 213.81º 0.51% 0.48% -
HSV(B) 213.81º 0.68% 0.73% -
XYZ 16.86 16.77 48.8 -
YUV 106.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 60 115 186 0.68 0.38 0 0.27 213.81 0.51 0.48
Hex 3C 73 BA 44 26 0 1B D6 33 30
Octal 74 163 272 104 46 0 33 326 63 60
Binary 111100 1110011 10111010 1000100 100110 0 11011 11010110 110011 110000

Color Harmonies of #3C73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C73BA

Black with #3C73BA

Text Example


Text Example

White with #3C73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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