Html Css Color HEX #3F78AB Steel Blue

📋 copy color: '#3F78AB'

red 63 ◦ green 120 ◦ blue 171

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

Shades of Steel Blue #3F78AB

Tints of Steel Blue #3F78AB

RGB

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

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

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

R = 17.8%
G = 33.9%
B = 48.31%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F78AB (or 0x3F78AB) is known color: Steel Blue. HEX triplet: 3F, 78 and AB. RGB value is (63,120,171). Sum of RGB (Red+Green+Blue) = 63+120+171=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F78AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78AB is #C08754. Grayscale: #6C6C6C. Windows color (decimal): -12617557 or 11237439. OLE color: 11237439.

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

Color convert

RGB 63 120 171 -
CMYK 0.63 0.30 0 0.33
HSL 208.33º 0.46% 0.46% -
HSV(B) 208.33º 0.63% 0.67% -
XYZ 16.12 17.43 41.04 -
YUV 108.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 63 120 171 0.63 0.30 0 0.33 208.33 0.46 0.46
Hex 3F 78 AB 3F 1E 0 21 D0 2E 2E
Octal 77 170 253 77 36 0 41 320 56 56
Binary 111111 1111000 10101011 111111 11110 0 100001 11010000 101110 101110

Color Harmonies of #3F78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F78AB

Black with #3F78AB

Text Example


Text Example

White with #3F78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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