Html Css Color HEX #3F74AB Steel Blue

📋 copy color: '#3F74AB'

red 63 ◦ green 116 ◦ blue 171

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

Shades of Steel Blue #3F74AB

Tints of Steel Blue #3F74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 18%
G = 33.14%
B = 48.86%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F74AB (or 0x3F74AB) is known color: Steel Blue. HEX triplet: 3F, 74 and AB. RGB value is (63,116,171). Sum of RGB (Red+Green+Blue) = 63+116+171=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F74AB is #C08B54. Grayscale: #6A6A6A. Windows color (decimal): -12618581 or 11236415. OLE color: 11236415.

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

Color convert

RGB 63 116 171 -
CMYK 0.63 0.32 0 0.33
HSL 210.56º 0.46% 0.46% -
HSV(B) 210.56º 0.63% 0.67% -
XYZ 15.65 16.49 40.89 -
YUV 106.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 63 116 171 0.63 0.32 0 0.33 210.56 0.46 0.46
Hex 3F 74 AB 3F 20 0 21 D3 2E 2E
Octal 77 164 253 77 40 0 41 323 56 56
Binary 111111 1110100 10101011 111111 100000 0 100001 11010011 101110 101110

Color Harmonies of #3F74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F74AB

Black with #3F74AB

Text Example


Text Example

White with #3F74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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