Html Css Color HEX #3C7DAA Steel Blue

📋 copy color: '#3C7DAA'

red 60 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #3C7DAA

Tints of Steel Blue #3C7DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 16.9%
G = 35.21%
B = 47.89%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C7DAA (or 0x3C7DAA) is known color: Steel Blue. HEX triplet: 3C, 7D and AA. RGB value is (60,125,170). Sum of RGB (Red+Green+Blue) = 60+125+170=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C7DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7DAA is #C38255. Grayscale: #6E6E6E. Windows color (decimal): -12812886 or 11173180. OLE color: 11173180.

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

Color convert

RGB 60 125 170 -
CMYK 0.65 0.26 0 0.33
HSL 204.55º 0.48% 0.45% -
HSV(B) 204.55º 0.65% 0.67% -
XYZ 16.45 18.53 40.74 -
YUV 110.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 60 125 170 0.65 0.26 0 0.33 204.55 0.48 0.45
Hex 3C 7D AA 41 1A 0 21 CD 30 2D
Octal 74 175 252 101 32 0 41 315 60 55
Binary 111100 1111101 10101010 1000001 11010 0 100001 11001101 110000 101101

Color Harmonies of #3C7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DAA

Black with #3C7DAA

Text Example


Text Example

White with #3C7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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