Html Css Color HEX #3C73BF Steel Blue

📋 copy color: '#3C73BF'

red 60 ◦ green 115 ◦ blue 191

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

Shades of Steel Blue #3C73BF

Tints of Steel Blue #3C73BF

RGB

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

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

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

R = 16.39%
G = 31.42%
B = 52.19%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C73BF (or 0x3C73BF) is known color: Steel Blue. HEX triplet: 3C, 73 and BF. RGB value is (60,115,191). Sum of RGB (Red+Green+Blue) = 60+115+191=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C73BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C73BF is #C38C40. Grayscale: #6A6A6A. Windows color (decimal): -12815425 or 12546876. OLE color: 12546876.

HSL color Cylindrical-coordinate representation of color #3C73BF: hue angle of 214.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C73BF is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 115 191 -
CMYK 0.69 0.40 0 0.25
HSL 214.81º 0.52% 0.49% -
HSV(B) 214.81º 0.69% 0.75% -
XYZ 17.4 16.98 51.65 -
YUV 107.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 60 115 191 0.69 0.40 0 0.25 214.81 0.52 0.49
Hex 3C 73 BF 45 28 0 19 D7 34 31
Octal 74 163 277 105 50 0 31 327 64 61
Binary 111100 1110011 10111111 1000101 101000 0 11001 11010111 110100 110001

Color Harmonies of #3C73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C73BF

Black with #3C73BF

Text Example


Text Example

White with #3C73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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