Html Css Color HEX #3F7FAB Steel Blue

📋 copy color: '#3F7FAB'

red 63 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #3F7FAB

Tints of Steel Blue #3F7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 17.45%
G = 35.18%
B = 47.37%

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

#3F7FAB (or 0x3F7FAB) is known color: Steel Blue. HEX triplet: 3F, 7F and AB. RGB value is (63,127,171). Sum of RGB (Red+Green+Blue) = 63+127+171=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7FAB is #C08054. Grayscale: #707070. Windows color (decimal): -12615765 or 11239231. OLE color: 11239231.

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

Color convert

RGB 63 127 171 -
CMYK 0.63 0.26 0 0.33
HSL 204.44º 0.46% 0.46% -
HSV(B) 204.44º 0.63% 0.67% -
XYZ 16.99 19.18 41.33 -
YUV 112.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 63 127 171 0.63 0.26 0 0.33 204.44 0.46 0.46
Hex 3F 7F AB 3F 1A 0 21 CC 2E 2E
Octal 77 177 253 77 32 0 41 314 56 56
Binary 111111 1111111 10101011 111111 11010 0 100001 11001100 101110 101110

Color Harmonies of #3F7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7FAB

Black with #3F7FAB

Text Example


Text Example

White with #3F7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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