Html Css Color HEX #3D7AAC Steel Blue

📋 copy color: '#3D7AAC'

red 61 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #3D7AAC

Tints of Steel Blue #3D7AAC

RGB

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

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

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

R = 17.18%
G = 34.37%
B = 48.45%

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

#3D7AAC (or 0x3D7AAC) is known color: Steel Blue. HEX triplet: 3D, 7A and AC. RGB value is (61,122,172). Sum of RGB (Red+Green+Blue) = 61+122+172=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7AAC is #C28553. Grayscale: #6D6D6D. Windows color (decimal): -12748116 or 11303485. OLE color: 11303485.

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

Color convert

RGB 61 122 172 -
CMYK 0.65 0.29 0 0.33
HSL 207.03º 0.48% 0.46% -
HSV(B) 207.03º 0.65% 0.67% -
XYZ 16.33 17.89 41.62 -
YUV 109.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 61 122 172 0.65 0.29 0 0.33 207.03 0.48 0.46
Hex 3D 7A AC 41 1D 0 21 CF 30 2E
Octal 75 172 254 101 35 0 41 317 60 56
Binary 111101 1111010 10101100 1000001 11101 0 100001 11001111 110000 101110

Color Harmonies of #3D7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7AAC

Black with #3D7AAC

Text Example


Text Example

White with #3D7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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