Html Css Color HEX #3F73BF Steel Blue

📋 copy color: '#3F73BF'

red 63 ◦ green 115 ◦ blue 191

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

Shades of Steel Blue #3F73BF

Tints of Steel Blue #3F73BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 17.07%
G = 31.17%
B = 51.76%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F73BF (or 0x3F73BF) is known color: Steel Blue. HEX triplet: 3F, 73 and BF. RGB value is (63,115,191). Sum of RGB (Red+Green+Blue) = 63+115+191=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F73BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73BF is #C08C40. Grayscale: #6B6B6B. Windows color (decimal): -12618817 or 12546879. OLE color: 12546879.

HSL color Cylindrical-coordinate representation of color #3F73BF: hue angle of 215.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F73BF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 115 191 -
CMYK 0.67 0.40 0 0.25
HSL 215.63º 0.5% 0.5% -
HSV(B) 215.63º 0.67% 0.75% -
XYZ 17.58 17.08 51.66 -
YUV 108.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 63 115 191 0.67 0.40 0 0.25 215.63 0.5 0.5
Hex 3F 73 BF 43 28 0 19 D8 32 32
Octal 77 163 277 103 50 0 31 330 62 62
Binary 111111 1110011 10111111 1000011 101000 0 11001 11011000 110010 110010

Color Harmonies of #3F73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F73BF

Black with #3F73BF

Text Example


Text Example

White with #3F73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,191); }

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

background-color css

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

 a { background-color: rgb(63,115,191); }

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

border-color css

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

 span { border-color: rgb(63,115,191); }

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