Html Css Color HEX #3F7EAB Steel Blue

📋 copy color: '#3F7EAB'

red 63 ◦ green 126 ◦ blue 171

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

Shades of Steel Blue #3F7EAB

Tints of Steel Blue #3F7EAB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

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

R = 17.5%
G = 35%
B = 47.5%

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

#3F7EAB (or 0x3F7EAB) is known color: Steel Blue. HEX triplet: 3F, 7E and AB. RGB value is (63,126,171). Sum of RGB (Red+Green+Blue) = 63+126+171=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7EAB is #C08154. Grayscale: #707070. Windows color (decimal): -12616021 or 11238975. OLE color: 11238975.

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

Color convert

RGB 63 126 171 -
CMYK 0.63 0.26 0 0.33
HSL 205º 0.46% 0.46% -
HSV(B) 205º 0.63% 0.67% -
XYZ 16.86 18.92 41.29 -
YUV 112.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 63 126 171 0.63 0.26 0 0.33 205 0.46 0.46
Hex 3F 7E AB 3F 1A 0 21 CD 2E 2E
Octal 77 176 253 77 32 0 41 315 56 56
Binary 111111 1111110 10101011 111111 11010 0 100001 11001101 101110 101110

Color Harmonies of #3F7EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7EAB

Black with #3F7EAB

Text Example


Text Example

White with #3F7EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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