Html Css Color HEX #3F77AA Steel Blue

📋 copy color: '#3F77AA'

red 63 ◦ green 119 ◦ blue 170

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

Shades of Steel Blue #3F77AA

Tints of Steel Blue #3F77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 17.9%
G = 33.81%
B = 48.3%

CMYK

 C value IS 0.63

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F77AA (or 0x3F77AA) is known color: Steel Blue. HEX triplet: 3F, 77 and AA. RGB value is (63,119,170). Sum of RGB (Red+Green+Blue) = 63+119+170=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F77AA is #C08855. Grayscale: #6B6B6B. Windows color (decimal): -12617814 or 11171647. OLE color: 11171647.

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

Color convert

RGB 63 119 170 -
CMYK 0.63 0.3 0 0.33
HSL 208.6º 0.46% 0.46% -
HSV(B) 208.6º 0.63% 0.67% -
XYZ 15.9 17.15 40.5 -
YUV 108.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 63 119 170 0.63 0.3 0 0.33 208.6 0.46 0.46
Hex 3F 77 AA 3F 1E 0 21 D1 2E 2E
Octal 77 167 252 77 36 0 41 321 56 56
Binary 111111 1110111 10101010 111111 11110 0 100001 11010001 101110 101110

Color Harmonies of #3F77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77AA

Black with #3F77AA

Text Example


Text Example

White with #3F77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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