Html Css Color HEX #3F7BAA Steel Blue

📋 copy color: '#3F7BAA'

red 63 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #3F7BAA

Tints of Steel Blue #3F7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 17.7%
G = 34.55%
B = 47.75%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F7BAA (or 0x3F7BAA) is known color: Steel Blue. HEX triplet: 3F, 7B and AA. RGB value is (63,123,170). Sum of RGB (Red+Green+Blue) = 63+123+170=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F7BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BAA is #C08455. Grayscale: #6E6E6E. Windows color (decimal): -12616790 or 11172671. OLE color: 11172671.

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

Color convert

RGB 63 123 170 -
CMYK 0.63 0.28 0 0.33
HSL 206.36º 0.46% 0.46% -
HSV(B) 206.36º 0.63% 0.67% -
XYZ 16.39 18.12 40.66 -
YUV 110.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 63 123 170 0.63 0.28 0 0.33 206.36 0.46 0.46
Hex 3F 7B AA 3F 1C 0 21 CE 2E 2E
Octal 77 173 252 77 34 0 41 316 56 56
Binary 111111 1111011 10101010 111111 11100 0 100001 11001110 101110 101110

Color Harmonies of #3F7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7BAA

Black with #3F7BAA

Text Example


Text Example

White with #3F7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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