Html Css Color HEX #3C7AAE Steel Blue

📋 copy color: '#3C7AAE'

red 60 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #3C7AAE

Tints of Steel Blue #3C7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 16.85%
G = 34.27%
B = 48.88%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7AAE (or 0x3C7AAE) is known color: Steel Blue. HEX triplet: 3C, 7A and AE. RGB value is (60,122,174). Sum of RGB (Red+Green+Blue) = 60+122+174=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7AAE is #C38551. Grayscale: #6D6D6D. Windows color (decimal): -12813650 or 11434556. OLE color: 11434556.

HSL color Cylindrical-coordinate representation of color #3C7AAE: hue angle of 207.37º 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 #3C7AAE is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 122 174 -
CMYK 0.66 0.30 0 0.32
HSL 207.37º 0.49% 0.46% -
HSV(B) 207.37º 0.66% 0.68% -
XYZ 16.46 17.94 42.64 -
YUV 109.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 60 122 174 0.66 0.30 0 0.32 207.37 0.49 0.46
Hex 3C 7A AE 42 1E 0 20 CF 31 2E
Octal 74 172 256 102 36 0 40 317 61 56
Binary 111100 1111010 10101110 1000010 11110 0 100000 11001111 110001 101110

Color Harmonies of #3C7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7AAE

Black with #3C7AAE

Text Example


Text Example

White with #3C7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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