Html Css Color HEX #3F76BE Steel Blue

📋 copy color: '#3F76BE'

red 63 ◦ green 118 ◦ blue 190

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

Shades of Steel Blue #3F76BE

Tints of Steel Blue #3F76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 16.98%
G = 31.81%
B = 51.21%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F76BE (or 0x3F76BE) is known color: Steel Blue. HEX triplet: 3F, 76 and BE. RGB value is (63,118,190). Sum of RGB (Red+Green+Blue) = 63+118+190=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F76BE is #C08941. Grayscale: #6D6D6D. Windows color (decimal): -12618050 or 12482111. OLE color: 12482111.

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

Color convert

RGB 63 118 190 -
CMYK 0.67 0.38 0 0.25
HSL 214.02º 0.5% 0.5% -
HSV(B) 214.02º 0.67% 0.75% -
XYZ 17.82 17.73 51.2 -
YUV 109.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 63 118 190 0.67 0.38 0 0.25 214.02 0.5 0.5
Hex 3F 76 BE 43 26 0 19 D6 32 32
Octal 77 166 276 103 46 0 31 326 62 62
Binary 111111 1110110 10111110 1000011 100110 0 11001 11010110 110010 110010

Color Harmonies of #3F76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F76BE

Black with #3F76BE

Text Example


Text Example

White with #3F76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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