Html Css Color HEX #3F79BC Steel Blue

📋 copy color: '#3F79BC'

red 63 ◦ green 121 ◦ blue 188

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

Shades of Steel Blue #3F79BC

Tints of Steel Blue #3F79BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 16.94%
G = 32.53%
B = 50.54%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F79BC (or 0x3F79BC) is known color: Steel Blue. HEX triplet: 3F, 79 and BC. RGB value is (63,121,188). Sum of RGB (Red+Green+Blue) = 63+121+188=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F79BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79BC is #C08643. Grayscale: #6E6E6E. Windows color (decimal): -12617284 or 12351807. OLE color: 12351807.

HSL color Cylindrical-coordinate representation of color #3F79BC: hue angle of 212.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F79BC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 121 188 -
CMYK 0.66 0.36 0 0.26
HSL 212.16º 0.5% 0.49% -
HSV(B) 212.16º 0.66% 0.74% -
XYZ 17.96 18.36 50.17 -
YUV 111.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 63 121 188 0.66 0.36 0 0.26 212.16 0.5 0.49
Hex 3F 79 BC 42 24 0 1A D4 32 31
Octal 77 171 274 102 44 0 32 324 62 61
Binary 111111 1111001 10111100 1000010 100100 0 11010 11010100 110010 110001

Color Harmonies of #3F79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F79BC

Black with #3F79BC

Text Example


Text Example

White with #3F79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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