Html Css Color HEX #3F80AE Steel Blue

📋 copy color: '#3F80AE'

red 63 ◦ green 128 ◦ blue 174

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

Shades of Steel Blue #3F80AE

Tints of Steel Blue #3F80AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 17.26%
G = 35.07%
B = 47.67%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F80AE (or 0x3F80AE) is known color: Steel Blue. HEX triplet: 3F, 80 and AE. RGB value is (63,128,174). Sum of RGB (Red+Green+Blue) = 63+128+174=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F80AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80AE is #C07F51. Grayscale: #717171. Windows color (decimal): -12615506 or 11436095. OLE color: 11436095.

HSL color Cylindrical-coordinate representation of color #3F80AE: hue angle of 204.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F80AE is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 128 174 -
CMYK 0.64 0.26 0 0.32
HSL 204.86º 0.47% 0.46% -
HSV(B) 204.86º 0.64% 0.68% -
XYZ 17.41 19.55 42.9 -
YUV 113.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 63 128 174 0.64 0.26 0 0.32 204.86 0.47 0.46
Hex 3F 80 AE 40 1A 0 20 CD 2F 2E
Octal 77 200 256 100 32 0 40 315 57 56
Binary 111111 10000000 10101110 1000000 11010 0 100000 11001101 101111 101110

Color Harmonies of #3F80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F80AE

Black with #3F80AE

Text Example


Text Example

White with #3F80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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