Html Css Color HEX #3C7AAB Steel Blue

📋 copy color: '#3C7AAB'

red 60 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #3C7AAB

Tints of Steel Blue #3C7AAB

RGB

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

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

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

R = 17%
G = 34.56%
B = 48.44%

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

#3C7AAB (or 0x3C7AAB) is known color: Steel Blue. HEX triplet: 3C, 7A and AB. RGB value is (60,122,171). Sum of RGB (Red+Green+Blue) = 60+122+171=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7AAB is #C38554. Grayscale: #6C6C6C. Windows color (decimal): -12813653 or 11237948. OLE color: 11237948.

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

Color convert

RGB 60 122 171 -
CMYK 0.65 0.29 0 0.33
HSL 206.49º 0.48% 0.45% -
HSV(B) 206.49º 0.65% 0.67% -
XYZ 16.17 17.82 41.12 -
YUV 109.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 60 122 171 0.65 0.29 0 0.33 206.49 0.48 0.45
Hex 3C 7A AB 41 1D 0 21 CE 30 2D
Octal 74 172 253 101 35 0 41 316 60 55
Binary 111100 1111010 10101011 1000001 11101 0 100001 11001110 110000 101101

Color Harmonies of #3C7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7AAB

Black with #3C7AAB

Text Example


Text Example

White with #3C7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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