Html Css Color HEX #3D6FBA Steel Blue

📋 copy color: '#3D6FBA'

red 61 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #3D6FBA

Tints of Steel Blue #3D6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 17.04%
G = 31.01%
B = 51.96%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D6FBA (or 0x3D6FBA) is known color: Steel Blue. HEX triplet: 3D, 6F and BA. RGB value is (61,111,186). Sum of RGB (Red+Green+Blue) = 61+111+186=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FBA is #C29045. Grayscale: #686868. Windows color (decimal): -12750918 or 12218173. OLE color: 12218173.

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

Color convert

RGB 61 111 186 -
CMYK 0.67 0.40 0 0.27
HSL 216º 0.51% 0.48% -
HSV(B) 216º 0.67% 0.73% -
XYZ 16.47 15.91 48.66 -
YUV 104.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 61 111 186 0.67 0.40 0 0.27 216 0.51 0.48
Hex 3D 6F BA 43 28 0 1B D8 33 30
Octal 75 157 272 103 50 0 33 330 63 60
Binary 111101 1101111 10111010 1000011 101000 0 11011 11011000 110011 110000

Color Harmonies of #3D6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6FBA

Black with #3D6FBA

Text Example


Text Example

White with #3D6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,111,186); }

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

background-color css

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

 a { background-color: rgb(61,111,186); }

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

border-color css

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

 span { border-color: rgb(61,111,186); }

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