Html Css Color HEX #3F70BE Steel Blue

📋 copy color: '#3F70BE'

red 63 ◦ green 112 ◦ blue 190

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

Shades of Steel Blue #3F70BE

Tints of Steel Blue #3F70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 17.26%
G = 30.68%
B = 52.05%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F70BE (or 0x3F70BE) is known color: Steel Blue. HEX triplet: 3F, 70 and BE. RGB value is (63,112,190). Sum of RGB (Red+Green+Blue) = 63+112+190=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70BE is #C08F41. Grayscale: #696969. Windows color (decimal): -12619586 or 12480575. OLE color: 12480575.

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

Color convert

RGB 63 112 190 -
CMYK 0.67 0.41 0 0.25
HSL 216.85º 0.5% 0.5% -
HSV(B) 216.85º 0.67% 0.75% -
XYZ 17.14 16.36 50.97 -
YUV 106.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 63 112 190 0.67 0.41 0 0.25 216.85 0.5 0.5
Hex 3F 70 BE 43 29 0 19 D9 32 32
Octal 77 160 276 103 51 0 31 331 62 62
Binary 111111 1110000 10111110 1000011 101001 0 11001 11011001 110010 110010

Color Harmonies of #3F70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70BE

Black with #3F70BE

Text Example


Text Example

White with #3F70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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