Html Css Color HEX #3F77BF Steel Blue

📋 copy color: '#3F77BF'

red 63 ◦ green 119 ◦ blue 191

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

Shades of Steel Blue #3F77BF

Tints of Steel Blue #3F77BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 16.89%
G = 31.9%
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

#3F77BF (or 0x3F77BF) is known color: Steel Blue. HEX triplet: 3F, 77 and BF. RGB value is (63,119,191). Sum of RGB (Red+Green+Blue) = 63+119+191=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F77BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77BF is #C08840. Grayscale: #6E6E6E. Windows color (decimal): -12617793 or 12547903. OLE color: 12547903.

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

Color convert

RGB 63 119 191 -
CMYK 0.67 0.38 0 0.25
HSL 213.75º 0.5% 0.5% -
HSV(B) 213.75º 0.67% 0.75% -
XYZ 18.05 18.01 51.82 -
YUV 110.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 63 119 191 0.67 0.38 0 0.25 213.75 0.5 0.5
Hex 3F 77 BF 43 26 0 19 D6 32 32
Octal 77 167 277 103 46 0 31 326 62 62
Binary 111111 1110111 10111111 1000011 100110 0 11001 11010110 110010 110010

Color Harmonies of #3F77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77BF

Black with #3F77BF

Text Example


Text Example

White with #3F77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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