Html Css Color HEX #3F80AA Steel Blue

📋 copy color: '#3F80AA'

red 63 ◦ green 128 ◦ blue 170

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

Shades of Steel Blue #3F80AA

Tints of Steel Blue #3F80AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 17.45%
G = 35.46%
B = 47.09%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F80AA (or 0x3F80AA) is known color: Steel Blue. HEX triplet: 3F, 80 and AA. RGB value is (63,128,170). Sum of RGB (Red+Green+Blue) = 63+128+170=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F80AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80AA is #C07F55. Grayscale: #717171. Windows color (decimal): -12615510 or 11173951. OLE color: 11173951.

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

Color convert

RGB 63 128 170 -
CMYK 0.63 0.25 0 0.33
HSL 203.55º 0.46% 0.46% -
HSV(B) 203.55º 0.63% 0.67% -
XYZ 17.02 19.4 40.88 -
YUV 113.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 63 128 170 0.63 0.25 0 0.33 203.55 0.46 0.46
Hex 3F 80 AA 3F 19 0 21 CC 2E 2E
Octal 77 200 252 77 31 0 41 314 56 56
Binary 111111 10000000 10101010 111111 11001 0 100001 11001100 101110 101110

Color Harmonies of #3F80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F80AA

Black with #3F80AA

Text Example


Text Example

White with #3F80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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