Html Css Color HEX #3C79AC Steel Blue

📋 copy color: '#3C79AC'

red 60 ◦ green 121 ◦ blue 172

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

Shades of Steel Blue #3C79AC

Tints of Steel Blue #3C79AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 17%
G = 34.28%
B = 48.73%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C79AC (or 0x3C79AC) is known color: Steel Blue. HEX triplet: 3C, 79 and AC. RGB value is (60,121,172). Sum of RGB (Red+Green+Blue) = 60+121+172=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C79AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C79AC is #C38653. Grayscale: #6C6C6C. Windows color (decimal): -12813908 or 11303228. OLE color: 11303228.

HSL color Cylindrical-coordinate representation of color #3C79AC: hue angle of 207.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C79AC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 121 172 -
CMYK 0.65 0.30 0 0.33
HSL 207.32º 0.48% 0.45% -
HSV(B) 207.32º 0.65% 0.67% -
XYZ 16.15 17.61 41.58 -
YUV 108.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 60 121 172 0.65 0.30 0 0.33 207.32 0.48 0.45
Hex 3C 79 AC 41 1E 0 21 CF 30 2D
Octal 74 171 254 101 36 0 41 317 60 55
Binary 111100 1111001 10101100 1000001 11110 0 100001 11001111 110000 101101

Color Harmonies of #3C79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C79AC

Black with #3C79AC

Text Example


Text Example

White with #3C79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,121,172); }

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

background-color css

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

 a { background-color: rgb(60,121,172); }

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

border-color css

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

 span { border-color: rgb(60,121,172); }

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