Html Css Color HEX #3C7DAD Steel Blue

📋 copy color: '#3C7DAD'

red 60 ◦ green 125 ◦ blue 173

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

Shades of Steel Blue #3C7DAD

Tints of Steel Blue #3C7DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 16.76%
G = 34.92%
B = 48.32%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7DAD (or 0x3C7DAD) is known color: Steel Blue. HEX triplet: 3C, 7D and AD. RGB value is (60,125,173). Sum of RGB (Red+Green+Blue) = 60+125+173=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7DAD is #C38252. Grayscale: #6E6E6E. Windows color (decimal): -12812883 or 11369788. OLE color: 11369788.

HSL color Cylindrical-coordinate representation of color #3C7DAD: hue angle of 205.49º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C7DAD is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 125 173 -
CMYK 0.65 0.28 0 0.32
HSL 205.49º 0.48% 0.46% -
HSV(B) 205.49º 0.65% 0.68% -
XYZ 16.74 18.65 42.25 -
YUV 111.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 60 125 173 0.65 0.28 0 0.32 205.49 0.48 0.46
Hex 3C 7D AD 41 1C 0 20 CD 30 2E
Octal 74 175 255 101 34 0 40 315 60 56
Binary 111100 1111101 10101101 1000001 11100 0 100000 11001101 110000 101110

Color Harmonies of #3C7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DAD

Black with #3C7DAD

Text Example


Text Example

White with #3C7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,173); }

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

background-color css

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

 a { background-color: rgb(60,125,173); }

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

border-color css

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

 span { border-color: rgb(60,125,173); }

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