Html Css Color HEX #3F7BA9 Steel Blue

📋 copy color: '#3F7BA9'

red 63 ◦ green 123 ◦ blue 169

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

Shades of Steel Blue #3F7BA9

Tints of Steel Blue #3F7BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 47.61%

R = 17.75%
G = 34.65%
B = 47.61%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3F7BA9 (or 0x3F7BA9) is known color: Steel Blue. HEX triplet: 3F, 7B and A9. RGB value is (63,123,169). Sum of RGB (Red+Green+Blue) = 63+123+169=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F7BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BA9 is #C08456. Grayscale: #6E6E6E. Windows color (decimal): -12616791 or 11107135. OLE color: 11107135.

HSL color Cylindrical-coordinate representation of color #3F7BA9: hue angle of 206.04º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F7BA9 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 63 123 169 -
CMYK 0.63 0.27 0 0.34
HSL 206.04º 0.46% 0.45% -
HSV(B) 206.04º 0.63% 0.66% -
XYZ 16.29 18.09 40.17 -
YUV 110.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 63 123 169 0.63 0.27 0 0.34 206.04 0.46 0.45
Hex 3F 7B A9 3F 1B 0 22 CE 2E 2D
Octal 77 173 251 77 33 0 42 316 56 55
Binary 111111 1111011 10101001 111111 11011 0 100010 11001110 101110 101101

Color Harmonies of #3F7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7BA9

Black with #3F7BA9

Text Example


Text Example

White with #3F7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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