Html Css Color HEX #3C79AB Steel Blue

📋 copy color: '#3C79AB'

red 60 ◦ green 121 ◦ blue 171

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

Shades of Steel Blue #3C79AB

Tints of Steel Blue #3C79AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 17.05%
G = 34.38%
B = 48.58%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C79AB (or 0x3C79AB) is known color: Steel Blue. HEX triplet: 3C, 79 and AB. RGB value is (60,121,171). Sum of RGB (Red+Green+Blue) = 60+121+171=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C79AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C79AB is #C38654. Grayscale: #6C6C6C. Windows color (decimal): -12813909 or 11237692. OLE color: 11237692.

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

Color convert

RGB 60 121 171 -
CMYK 0.65 0.29 0 0.33
HSL 207.03º 0.48% 0.45% -
HSV(B) 207.03º 0.65% 0.67% -
XYZ 16.05 17.58 41.07 -
YUV 108.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 60 121 171 0.65 0.29 0 0.33 207.03 0.48 0.45
Hex 3C 79 AB 41 1D 0 21 CF 30 2D
Octal 74 171 253 101 35 0 41 317 60 55
Binary 111100 1111001 10101011 1000001 11101 0 100001 11001111 110000 101101

Color Harmonies of #3C79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C79AB

Black with #3C79AB

Text Example


Text Example

White with #3C79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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