Html Css Color HEX #3D6FC1 Steel Blue

📋 copy color: '#3D6FC1'

red 61 ◦ green 111 ◦ blue 193

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

Shades of Steel Blue #3D6FC1

Tints of Steel Blue #3D6FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 16.71%
G = 30.41%
B = 52.88%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3D6FC1 (or 0x3D6FC1) is known color: Steel Blue. HEX triplet: 3D, 6F and C1. RGB value is (61,111,193). Sum of RGB (Red+Green+Blue) = 61+111+193=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D6FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FC1 is #C2903E. Grayscale: #696969. Windows color (decimal): -12750911 or 12676925. OLE color: 12676925.

HSL color Cylindrical-coordinate representation of color #3D6FC1: hue angle of 217.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6FC1 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 111 193 -
CMYK 0.68 0.42 0 0.24
HSL 217.27º 0.52% 0.5% -
HSV(B) 217.27º 0.68% 0.76% -
XYZ 17.23 16.21 52.67 -
YUV 105.4 177.44 96.33 -
System Red Green Blue C M Y K H S L
Decimal 61 111 193 0.68 0.42 0 0.24 217.27 0.52 0.5
Hex 3D 6F C1 44 2A 0 18 D9 34 32
Octal 75 157 301 104 52 0 30 331 64 62
Binary 111101 1101111 11000001 1000100 101010 0 11000 11011001 110100 110010

Color Harmonies of #3D6FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6FC1

Black with #3D6FC1

Text Example


Text Example

White with #3D6FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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