Html Css Color HEX #3D7EA7 Steel Blue

📋 copy color: '#3D7EA7'

red 61 ◦ green 126 ◦ blue 167

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

Shades of Steel Blue #3D7EA7

Tints of Steel Blue #3D7EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 167 (65.63% from 255) = 47.18%

R = 17.23%
G = 35.59%
B = 47.18%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3D7EA7 (or 0x3D7EA7) is known color: Steel Blue. HEX triplet: 3D, 7E and A7. RGB value is (61,126,167). Sum of RGB (Red+Green+Blue) = 61+126+167=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D7EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7EA7 is #C28158. Grayscale: #6F6F6F. Windows color (decimal): -12747097 or 10976829. OLE color: 10976829.

HSL color Cylindrical-coordinate representation of color #3D7EA7: hue angle of 203.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D7EA7 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 126 167 -
CMYK 0.63 0.25 0 0.35
HSL 203.21º 0.46% 0.45% -
HSV(B) 203.21º 0.63% 0.65% -
XYZ 16.36 18.7 39.31 -
YUV 111.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 61 126 167 0.63 0.25 0 0.35 203.21 0.46 0.45
Hex 3D 7E A7 3F 19 0 23 CB 2E 2D
Octal 75 176 247 77 31 0 43 313 56 55
Binary 111101 1111110 10100111 111111 11001 0 100011 11001011 101110 101101

Color Harmonies of #3D7EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7EA7

Black with #3D7EA7

Text Example


Text Example

White with #3D7EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,126,167); }

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

background-color css

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

 a { background-color: rgb(61,126,167); }

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

border-color css

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

 span { border-color: rgb(61,126,167); }

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