Html Css Color HEX #3F6EC1 Steel Blue

📋 copy color: '#3F6EC1'

red 63 ◦ green 110 ◦ blue 193

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

Shades of Steel Blue #3F6EC1

Tints of Steel Blue #3F6EC1

RGB

 RED value IS 63 (25% from 255) = 17.21%

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 17.21%
G = 30.05%
B = 52.73%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F6EC1 (or 0x3F6EC1) is known color: Steel Blue. HEX triplet: 3F, 6E and C1. RGB value is (63,110,193). Sum of RGB (Red+Green+Blue) = 63+110+193=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F6EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6EC1 is #C0913E. Grayscale: #696969. Windows color (decimal): -12620095 or 12676671. OLE color: 12676671.

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

Color convert

RGB 63 110 193 -
CMYK 0.67 0.43 0 0.24
HSL 218.31º 0.51% 0.5% -
HSV(B) 218.31º 0.67% 0.76% -
XYZ 17.25 16.06 52.64 -
YUV 105.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 63 110 193 0.67 0.43 0 0.24 218.31 0.51 0.5
Hex 3F 6E C1 43 2B 0 18 DA 33 32
Octal 77 156 301 103 53 0 30 332 63 62
Binary 111111 1101110 11000001 1000011 101011 0 11000 11011010 110011 110010

Color Harmonies of #3F6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6EC1

Black with #3F6EC1

Text Example


Text Example

White with #3F6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,110,193); }

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

background-color css

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

 a { background-color: rgb(63,110,193); }

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

border-color css

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

 span { border-color: rgb(63,110,193); }

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