Html Css Color HEX #3F75AB Steel Blue

📋 copy color: '#3F75AB'

red 63 ◦ green 117 ◦ blue 171

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

Shades of Steel Blue #3F75AB

Tints of Steel Blue #3F75AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 17.95%
G = 33.33%
B = 48.72%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F75AB (or 0x3F75AB) is known color: Steel Blue. HEX triplet: 3F, 75 and AB. RGB value is (63,117,171). Sum of RGB (Red+Green+Blue) = 63+117+171=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F75AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F75AB is #C08A54. Grayscale: #6A6A6A. Windows color (decimal): -12618325 or 11236671. OLE color: 11236671.

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

Color convert

RGB 63 117 171 -
CMYK 0.63 0.32 0 0.33
HSL 210º 0.46% 0.46% -
HSV(B) 210º 0.63% 0.67% -
XYZ 15.76 16.72 40.92 -
YUV 107.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 63 117 171 0.63 0.32 0 0.33 210 0.46 0.46
Hex 3F 75 AB 3F 20 0 21 D2 2E 2E
Octal 77 165 253 77 40 0 41 322 56 56
Binary 111111 1110101 10101011 111111 100000 0 100001 11010010 101110 101110

Color Harmonies of #3F75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F75AB

Black with #3F75AB

Text Example


Text Example

White with #3F75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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