Html Css Color HEX #3F82AC Steel Blue

📋 copy color: '#3F82AC'

red 63 ◦ green 130 ◦ blue 172

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

Shades of Steel Blue #3F82AC

Tints of Steel Blue #3F82AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 17.26%
G = 35.62%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F82AC (or 0x3F82AC) is known color: Steel Blue. HEX triplet: 3F, 82 and AC. RGB value is (63,130,172). Sum of RGB (Red+Green+Blue) = 63+130+172=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F82AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F82AC is #C07D53. Grayscale: #727272. Windows color (decimal): -12614996 or 11305535. OLE color: 11305535.

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

Color convert

RGB 63 130 172 -
CMYK 0.63 0.24 0 0.33
HSL 203.12º 0.46% 0.46% -
HSV(B) 203.12º 0.63% 0.67% -
XYZ 17.48 20 41.97 -
YUV 114.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 63 130 172 0.63 0.24 0 0.33 203.12 0.46 0.46
Hex 3F 82 AC 3F 18 0 21 CB 2E 2E
Octal 77 202 254 77 30 0 41 313 56 56
Binary 111111 10000010 10101100 111111 11000 0 100001 11001011 101110 101110

Color Harmonies of #3F82AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F82AC

Black with #3F82AC

Text Example


Text Example

White with #3F82AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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