Html Css Color HEX #3F79BA Steel Blue

📋 copy color: '#3F79BA'

red 63 ◦ green 121 ◦ blue 186

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

Shades of Steel Blue #3F79BA

Tints of Steel Blue #3F79BA

RGB

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

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

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

R = 17.03%
G = 32.7%
B = 50.27%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F79BA (or 0x3F79BA) is known color: Steel Blue. HEX triplet: 3F, 79 and BA. RGB value is (63,121,186). Sum of RGB (Red+Green+Blue) = 63+121+186=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F79BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79BA is #C08645. Grayscale: #6E6E6E. Windows color (decimal): -12617286 or 12220735. OLE color: 12220735.

HSL color Cylindrical-coordinate representation of color #3F79BA: hue angle of 211.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F79BA is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 121 186 -
CMYK 0.66 0.35 0 0.27
HSL 211.71º 0.49% 0.49% -
HSV(B) 211.71º 0.66% 0.73% -
XYZ 17.75 18.28 49.05 -
YUV 111.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 63 121 186 0.66 0.35 0 0.27 211.71 0.49 0.49
Hex 3F 79 BA 42 23 0 1B D4 31 31
Octal 77 171 272 102 43 0 33 324 61 61
Binary 111111 1111001 10111010 1000010 100011 0 11011 11010100 110001 110001

Color Harmonies of #3F79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F79BA

Black with #3F79BA

Text Example


Text Example

White with #3F79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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