Html Css Color HEX #3D73BE Steel Blue

📋 copy color: '#3D73BE'

red 61 ◦ green 115 ◦ blue 190

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

Shades of Steel Blue #3D73BE

Tints of Steel Blue #3D73BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 16.67%
G = 31.42%
B = 51.91%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D73BE (or 0x3D73BE) is known color: Steel Blue. HEX triplet: 3D, 73 and BE. RGB value is (61,115,190). Sum of RGB (Red+Green+Blue) = 61+115+190=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D73BE is #C28C41. Grayscale: #6B6B6B. Windows color (decimal): -12749890 or 12481341. OLE color: 12481341.

HSL color Cylindrical-coordinate representation of color #3D73BE: hue angle of 214.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D73BE is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 115 190 -
CMYK 0.68 0.39 0 0.25
HSL 214.88º 0.51% 0.49% -
HSV(B) 214.88º 0.68% 0.75% -
XYZ 17.35 16.97 51.08 -
YUV 107.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 61 115 190 0.68 0.39 0 0.25 214.88 0.51 0.49
Hex 3D 73 BE 44 27 0 19 D7 33 31
Octal 75 163 276 104 47 0 31 327 63 61
Binary 111101 1110011 10111110 1000100 100111 0 11001 11010111 110011 110001

Color Harmonies of #3D73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D73BE

Black with #3D73BE

Text Example


Text Example

White with #3D73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,190); }

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

background-color css

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

 a { background-color: rgb(61,115,190); }

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

border-color css

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

 span { border-color: rgb(61,115,190); }

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