Html Css Color HEX #3F7EAC Steel Blue

📋 copy color: '#3F7EAC'

red 63 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #3F7EAC

Tints of Steel Blue #3F7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 17.45%
G = 34.9%
B = 47.65%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F7EAC (or 0x3F7EAC) is known color: Steel Blue. HEX triplet: 3F, 7E and AC. RGB value is (63,126,172). Sum of RGB (Red+Green+Blue) = 63+126+172=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F7EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7EAC is #C08153. Grayscale: #707070. Windows color (decimal): -12616020 or 11304511. OLE color: 11304511.

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

Color convert

RGB 63 126 172 -
CMYK 0.63 0.27 0 0.33
HSL 205.32º 0.46% 0.46% -
HSV(B) 205.32º 0.63% 0.67% -
XYZ 16.96 18.96 41.8 -
YUV 112.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 63 126 172 0.63 0.27 0 0.33 205.32 0.46 0.46
Hex 3F 7E AC 3F 1B 0 21 CD 2E 2E
Octal 77 176 254 77 33 0 41 315 56 56
Binary 111111 1111110 10101100 111111 11011 0 100001 11001101 101110 101110

Color Harmonies of #3F7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7EAC

Black with #3F7EAC

Text Example


Text Example

White with #3F7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,126,172); }

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

background-color css

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

 a { background-color: rgb(63,126,172); }

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

border-color css

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

 span { border-color: rgb(63,126,172); }

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