Html Css Color HEX #3D7DAC Steel Blue

📋 copy color: '#3D7DAC'

red 61 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #3D7DAC

Tints of Steel Blue #3D7DAC

RGB

 RED value IS 61 (24.22% from 255) = 17.04%

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

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 17.04%
G = 34.92%
B = 48.04%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D7DAC (or 0x3D7DAC) is known color: Steel Blue. HEX triplet: 3D, 7D and AC. RGB value is (61,125,172). Sum of RGB (Red+Green+Blue) = 61+125+172=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7DAC is #C28253. Grayscale: #6E6E6E. Windows color (decimal): -12747348 or 11304253. OLE color: 11304253.

HSL color Cylindrical-coordinate representation of color #3D7DAC: hue angle of 205.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D7DAC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 125 172 -
CMYK 0.65 0.27 0 0.33
HSL 205.41º 0.48% 0.46% -
HSV(B) 205.41º 0.65% 0.67% -
XYZ 16.7 18.64 41.75 -
YUV 111.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 61 125 172 0.65 0.27 0 0.33 205.41 0.48 0.46
Hex 3D 7D AC 41 1B 0 21 CD 30 2E
Octal 75 175 254 101 33 0 41 315 60 56
Binary 111101 1111101 10101100 1000001 11011 0 100001 11001101 110000 101110

Color Harmonies of #3D7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7DAC

Black with #3D7DAC

Text Example


Text Example

White with #3D7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,125,172); }

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

background-color css

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

 a { background-color: rgb(61,125,172); }

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

border-color css

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

 span { border-color: rgb(61,125,172); }

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