Html Css Color HEX #3C7BAD Steel Blue

📋 copy color: '#3C7BAD'

red 60 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #3C7BAD

Tints of Steel Blue #3C7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 16.85%
G = 34.55%
B = 48.6%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7BAD (or 0x3C7BAD) is known color: Steel Blue. HEX triplet: 3C, 7B and AD. RGB value is (60,123,173). Sum of RGB (Red+Green+Blue) = 60+123+173=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C7BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAD is #C38452. Grayscale: #6D6D6D. Windows color (decimal): -12813395 or 11369276. OLE color: 11369276.

HSL color Cylindrical-coordinate representation of color #3C7BAD: hue angle of 206.55º 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 #3C7BAD is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 123 173 -
CMYK 0.65 0.29 0 0.32
HSL 206.55º 0.48% 0.46% -
HSV(B) 206.55º 0.65% 0.68% -
XYZ 16.49 18.14 42.17 -
YUV 109.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 60 123 173 0.65 0.29 0 0.32 206.55 0.48 0.46
Hex 3C 7B AD 41 1D 0 20 CF 30 2E
Octal 74 173 255 101 35 0 40 317 60 56
Binary 111100 1111011 10101101 1000001 11101 0 100000 11001111 110000 101110

Color Harmonies of #3C7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7BAD

Black with #3C7BAD

Text Example


Text Example

White with #3C7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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