Html Css Color HEX #3C7AAF Steel Blue

📋 copy color: '#3C7AAF'

red 60 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #3C7AAF

Tints of Steel Blue #3C7AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 16.81%
G = 34.17%
B = 49.02%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C7AAF (or 0x3C7AAF) is known color: Steel Blue. HEX triplet: 3C, 7A and AF. RGB value is (60,122,175). Sum of RGB (Red+Green+Blue) = 60+122+175=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7AAF is #C38550. Grayscale: #6D6D6D. Windows color (decimal): -12813649 or 11500092. OLE color: 11500092.

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

Color convert

RGB 60 122 175 -
CMYK 0.66 0.30 0 0.31
HSL 207.65º 0.49% 0.46% -
HSV(B) 207.65º 0.66% 0.69% -
XYZ 16.56 17.97 43.15 -
YUV 109.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 60 122 175 0.66 0.30 0 0.31 207.65 0.49 0.46
Hex 3C 7A AF 42 1E 0 1F D0 31 2E
Octal 74 172 257 102 36 0 37 320 61 56
Binary 111100 1111010 10101111 1000010 11110 0 11111 11010000 110001 101110

Color Harmonies of #3C7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7AAF

Black with #3C7AAF

Text Example


Text Example

White with #3C7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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