Html Css Color HEX #3F77BC Steel Blue

📋 copy color: '#3F77BC'

red 63 ◦ green 119 ◦ blue 188

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

Shades of Steel Blue #3F77BC

Tints of Steel Blue #3F77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 17.03%
G = 32.16%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F77BC (or 0x3F77BC) is known color: Steel Blue. HEX triplet: 3F, 77 and BC. RGB value is (63,119,188). Sum of RGB (Red+Green+Blue) = 63+119+188=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77BC is #C08843. Grayscale: #6D6D6D. Windows color (decimal): -12617796 or 12351295. OLE color: 12351295.

HSL color Cylindrical-coordinate representation of color #3F77BC: hue angle of 213.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F77BC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 119 188 -
CMYK 0.66 0.37 0 0.26
HSL 213.12º 0.5% 0.49% -
HSV(B) 213.12º 0.66% 0.74% -
XYZ 17.72 17.88 50.09 -
YUV 110.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 63 119 188 0.66 0.37 0 0.26 213.12 0.5 0.49
Hex 3F 77 BC 42 25 0 1A D5 32 31
Octal 77 167 274 102 45 0 32 325 62 61
Binary 111111 1110111 10111100 1000010 100101 0 11010 11010101 110010 110001

Color Harmonies of #3F77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77BC

Black with #3F77BC

Text Example


Text Example

White with #3F77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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