Html Css Color HEX #3F76AA Steel Blue

📋 copy color: '#3F76AA'

red 63 ◦ green 118 ◦ blue 170

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

Shades of Steel Blue #3F76AA

Tints of Steel Blue #3F76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 17.95%
G = 33.62%
B = 48.43%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F76AA (or 0x3F76AA) is known color: Steel Blue. HEX triplet: 3F, 76 and AA. RGB value is (63,118,170). Sum of RGB (Red+Green+Blue) = 63+118+170=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F76AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F76AA is #C08955. Grayscale: #6B6B6B. Windows color (decimal): -12618070 or 11171391. OLE color: 11171391.

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

Color convert

RGB 63 118 170 -
CMYK 0.63 0.31 0 0.33
HSL 209.16º 0.46% 0.46% -
HSV(B) 209.16º 0.63% 0.67% -
XYZ 15.78 16.92 40.46 -
YUV 107.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 63 118 170 0.63 0.31 0 0.33 209.16 0.46 0.46
Hex 3F 76 AA 3F 1F 0 21 D1 2E 2E
Octal 77 166 252 77 37 0 41 321 56 56
Binary 111111 1110110 10101010 111111 11111 0 100001 11010001 101110 101110

Color Harmonies of #3F76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F76AA

Black with #3F76AA

Text Example


Text Example

White with #3F76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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