Html Css Color HEX #3C7DAE Steel Blue

📋 copy color: '#3C7DAE'

red 60 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #3C7DAE

Tints of Steel Blue #3C7DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 16.71%
G = 34.82%
B = 48.47%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7DAE (or 0x3C7DAE) is known color: Steel Blue. HEX triplet: 3C, 7D and AE. RGB value is (60,125,174). Sum of RGB (Red+Green+Blue) = 60+125+174=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7DAE is #C38251. Grayscale: #6E6E6E. Windows color (decimal): -12812882 or 11435324. OLE color: 11435324.

HSL color Cylindrical-coordinate representation of color #3C7DAE: hue angle of 205.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7DAE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 125 174 -
CMYK 0.66 0.28 0 0.32
HSL 205.79º 0.49% 0.46% -
HSV(B) 205.79º 0.66% 0.68% -
XYZ 16.84 18.68 42.76 -
YUV 111.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 60 125 174 0.66 0.28 0 0.32 205.79 0.49 0.46
Hex 3C 7D AE 42 1C 0 20 CE 31 2E
Octal 74 175 256 102 34 0 40 316 61 56
Binary 111100 1111101 10101110 1000010 11100 0 100000 11001110 110001 101110

Color Harmonies of #3C7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DAE

Black with #3C7DAE

Text Example


Text Example

White with #3C7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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