Html Css Color HEX #3F79BF Steel Blue

📋 copy color: '#3F79BF'

red 63 ◦ green 121 ◦ blue 191

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

Shades of Steel Blue #3F79BF

Tints of Steel Blue #3F79BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 16.8%
G = 32.27%
B = 50.93%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F79BF (or 0x3F79BF) is known color: Steel Blue. HEX triplet: 3F, 79 and BF. RGB value is (63,121,191). Sum of RGB (Red+Green+Blue) = 63+121+191=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F79BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79BF is #C08640. Grayscale: #6F6F6F. Windows color (decimal): -12617281 or 12548415. OLE color: 12548415.

HSL color Cylindrical-coordinate representation of color #3F79BF: hue angle of 212.81º 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 #3F79BF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 121 191 -
CMYK 0.67 0.37 0 0.25
HSL 212.81º 0.5% 0.5% -
HSV(B) 212.81º 0.67% 0.75% -
XYZ 18.29 18.49 51.9 -
YUV 111.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 63 121 191 0.67 0.37 0 0.25 212.81 0.5 0.5
Hex 3F 79 BF 43 25 0 19 D5 32 32
Octal 77 171 277 103 45 0 31 325 62 62
Binary 111111 1111001 10111111 1000011 100101 0 11001 11010101 110010 110010

Color Harmonies of #3F79BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F79BF

Black with #3F79BF

Text Example


Text Example

White with #3F79BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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