Html Css Color HEX #3F74BF Steel Blue

📋 copy color: '#3F74BF'

red 63 ◦ green 116 ◦ blue 191

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

Shades of Steel Blue #3F74BF

Tints of Steel Blue #3F74BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 17.03%
G = 31.35%
B = 51.62%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F74BF (or 0x3F74BF) is known color: Steel Blue. HEX triplet: 3F, 74 and BF. RGB value is (63,116,191). Sum of RGB (Red+Green+Blue) = 63+116+191=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F74BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74BF is #C08B40. Grayscale: #6C6C6C. Windows color (decimal): -12618561 or 12547135. OLE color: 12547135.

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

Color convert

RGB 63 116 191 -
CMYK 0.67 0.39 0 0.25
HSL 215.16º 0.5% 0.5% -
HSV(B) 215.16º 0.67% 0.75% -
XYZ 17.7 17.31 51.7 -
YUV 108.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 63 116 191 0.67 0.39 0 0.25 215.16 0.5 0.5
Hex 3F 74 BF 43 27 0 19 D7 32 32
Octal 77 164 277 103 47 0 31 327 62 62
Binary 111111 1110100 10111111 1000011 100111 0 11001 11010111 110010 110010

Color Harmonies of #3F74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F74BF

Black with #3F74BF

Text Example


Text Example

White with #3F74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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