Html Css Color HEX #3F77AB Steel Blue

📋 copy color: '#3F77AB'

red 63 ◦ green 119 ◦ blue 171

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

Shades of Steel Blue #3F77AB

Tints of Steel Blue #3F77AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 17.85%
G = 33.71%
B = 48.44%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F77AB (or 0x3F77AB) is known color: Steel Blue. HEX triplet: 3F, 77 and AB. RGB value is (63,119,171). Sum of RGB (Red+Green+Blue) = 63+119+171=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F77AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F77AB is #C08854. Grayscale: #6B6B6B. Windows color (decimal): -12617813 or 11237183. OLE color: 11237183.

HSL color Cylindrical-coordinate representation of color #3F77AB: hue angle of 208.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F77AB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 119 171 -
CMYK 0.63 0.30 0 0.33
HSL 208.89º 0.46% 0.46% -
HSV(B) 208.89º 0.63% 0.67% -
XYZ 16 17.19 41 -
YUV 108.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 63 119 171 0.63 0.30 0 0.33 208.89 0.46 0.46
Hex 3F 77 AB 3F 1E 0 21 D1 2E 2E
Octal 77 167 253 77 36 0 41 321 56 56
Binary 111111 1110111 10101011 111111 11110 0 100001 11010001 101110 101110

Color Harmonies of #3F77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77AB

Black with #3F77AB

Text Example


Text Example

White with #3F77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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