Html Css Color HEX #3C7EAC Steel Blue

📋 copy color: '#3C7EAC'

red 60 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #3C7EAC

Tints of Steel Blue #3C7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

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

R = 16.76%
G = 35.2%
B = 48.04%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C7EAC (or 0x3C7EAC) is known color: Steel Blue. HEX triplet: 3C, 7E and AC. RGB value is (60,126,172). Sum of RGB (Red+Green+Blue) = 60+126+172=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C7EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7EAC is #C38153. Grayscale: #6F6F6F. Windows color (decimal): -12812628 or 11304508. OLE color: 11304508.

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

Color convert

RGB 60 126 172 -
CMYK 0.65 0.27 0 0.33
HSL 204.64º 0.48% 0.45% -
HSV(B) 204.64º 0.65% 0.67% -
XYZ 16.77 18.86 41.79 -
YUV 111.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 60 126 172 0.65 0.27 0 0.33 204.64 0.48 0.45
Hex 3C 7E AC 41 1B 0 21 CD 30 2D
Octal 74 176 254 101 33 0 41 315 60 55
Binary 111100 1111110 10101100 1000001 11011 0 100001 11001101 110000 101101

Color Harmonies of #3C7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7EAC

Black with #3C7EAC

Text Example


Text Example

White with #3C7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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