Html Css Color HEX #3F78AD Steel Blue

📋 copy color: '#3F78AD'

red 63 ◦ green 120 ◦ blue 173

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

Shades of Steel Blue #3F78AD

Tints of Steel Blue #3F78AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 17.7%
G = 33.71%
B = 48.6%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F78AD (or 0x3F78AD) is known color: Steel Blue. HEX triplet: 3F, 78 and AD. RGB value is (63,120,173). Sum of RGB (Red+Green+Blue) = 63+120+173=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F78AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78AD is #C08752. Grayscale: #6C6C6C. Windows color (decimal): -12617555 or 11368511. OLE color: 11368511.

HSL color Cylindrical-coordinate representation of color #3F78AD: hue angle of 208.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F78AD is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 120 173 -
CMYK 0.64 0.31 0 0.32
HSL 208.91º 0.47% 0.46% -
HSV(B) 208.91º 0.64% 0.68% -
XYZ 16.31 17.51 42.05 -
YUV 109 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 63 120 173 0.64 0.31 0 0.32 208.91 0.47 0.46
Hex 3F 78 AD 40 1F 0 20 D1 2F 2E
Octal 77 170 255 100 37 0 40 321 57 56
Binary 111111 1111000 10101101 1000000 11111 0 100000 11010001 101111 101110

Color Harmonies of #3F78AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F78AD

Black with #3F78AD

Text Example


Text Example

White with #3F78AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,120,173); }

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

background-color css

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

 a { background-color: rgb(63,120,173); }

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

border-color css

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

 span { border-color: rgb(63,120,173); }

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