Html Css Color HEX #3F80AC Steel Blue

📋 copy color: '#3F80AC'

red 63 ◦ green 128 ◦ blue 172

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

Shades of Steel Blue #3F80AC

Tints of Steel Blue #3F80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 17.36%
G = 35.26%
B = 47.38%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F80AC (or 0x3F80AC) is known color: Steel Blue. HEX triplet: 3F, 80 and AC. RGB value is (63,128,172). Sum of RGB (Red+Green+Blue) = 63+128+172=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80AC is #C07F53. Grayscale: #717171. Windows color (decimal): -12615508 or 11305023. OLE color: 11305023.

HSL color Cylindrical-coordinate representation of color #3F80AC: hue angle of 204.22º 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 #3F80AC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 128 172 -
CMYK 0.63 0.26 0 0.33
HSL 204.22º 0.46% 0.46% -
HSV(B) 204.22º 0.63% 0.67% -
XYZ 17.22 19.47 41.88 -
YUV 113.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 63 128 172 0.63 0.26 0 0.33 204.22 0.46 0.46
Hex 3F 80 AC 3F 1A 0 21 CC 2E 2E
Octal 77 200 254 77 32 0 41 314 56 56
Binary 111111 10000000 10101100 111111 11010 0 100001 11001100 101110 101110

Color Harmonies of #3F80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F80AC

Black with #3F80AC

Text Example


Text Example

White with #3F80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,128,172); }

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

background-color css

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

 a { background-color: rgb(63,128,172); }

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

border-color css

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

 span { border-color: rgb(63,128,172); }

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