Html Css Color HEX #3F79BE Steel Blue

📋 copy color: '#3F79BE'

red 63 ◦ green 121 ◦ blue 190

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

Shades of Steel Blue #3F79BE

Tints of Steel Blue #3F79BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 16.84%
G = 32.35%
B = 50.8%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F79BE (or 0x3F79BE) is known color: Steel Blue. HEX triplet: 3F, 79 and BE. RGB value is (63,121,190). Sum of RGB (Red+Green+Blue) = 63+121+190=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79BE is #C08641. Grayscale: #6F6F6F. Windows color (decimal): -12617282 or 12482879. OLE color: 12482879.

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

Color convert

RGB 63 121 190 -
CMYK 0.67 0.36 0 0.25
HSL 212.6º 0.5% 0.5% -
HSV(B) 212.6º 0.67% 0.75% -
XYZ 18.18 18.45 51.32 -
YUV 111.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 63 121 190 0.67 0.36 0 0.25 212.6 0.5 0.5
Hex 3F 79 BE 43 24 0 19 D5 32 32
Octal 77 171 276 103 44 0 31 325 62 62
Binary 111111 1111001 10111110 1000011 100100 0 11001 11010101 110010 110010

Color Harmonies of #3F79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F79BE

Black with #3F79BE

Text Example


Text Example

White with #3F79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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