Html Css Color HEX #3D71BC Steel Blue

📋 copy color: '#3D71BC'

red 61 ◦ green 113 ◦ blue 188

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

Shades of Steel Blue #3D71BC

Tints of Steel Blue #3D71BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 16.85%
G = 31.22%
B = 51.93%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D71BC (or 0x3D71BC) is known color: Steel Blue. HEX triplet: 3D, 71 and BC. RGB value is (61,113,188). Sum of RGB (Red+Green+Blue) = 61+113+188=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D71BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D71BC is #C28E43. Grayscale: #696969. Windows color (decimal): -12750404 or 12349757. OLE color: 12349757.

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

Color convert

RGB 61 113 188 -
CMYK 0.68 0.40 0 0.26
HSL 215.43º 0.51% 0.49% -
HSV(B) 215.43º 0.68% 0.74% -
XYZ 16.91 16.43 49.86 -
YUV 106 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 61 113 188 0.68 0.40 0 0.26 215.43 0.51 0.49
Hex 3D 71 BC 44 28 0 1A D7 33 31
Octal 75 161 274 104 50 0 32 327 63 61
Binary 111101 1110001 10111100 1000100 101000 0 11010 11010111 110011 110001

Color Harmonies of #3D71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D71BC

Black with #3D71BC

Text Example


Text Example

White with #3D71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,188); }

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

background-color css

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

 a { background-color: rgb(61,113,188); }

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

border-color css

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

 span { border-color: rgb(61,113,188); }

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