Html Css Color HEX #3F73B6 Steel Blue

📋 copy color: '#3F73B6'

red 63 ◦ green 115 ◦ blue 182

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

Shades of Steel Blue #3F73B6

Tints of Steel Blue #3F73B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 182 (71.48% from 255) = 50.56%

R = 17.5%
G = 31.94%
B = 50.56%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F73B6 (or 0x3F73B6) is known color: Steel Blue. HEX triplet: 3F, 73 and B6. RGB value is (63,115,182). Sum of RGB (Red+Green+Blue) = 63+115+182=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F73B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73B6 is #C08C49. Grayscale: #6A6A6A. Windows color (decimal): -12618826 or 11957055. OLE color: 11957055.

HSL color Cylindrical-coordinate representation of color #3F73B6: hue angle of 213.78º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F73B6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 115 182 -
CMYK 0.65 0.37 0 0.29
HSL 213.78º 0.49% 0.48% -
HSV(B) 213.78º 0.65% 0.71% -
XYZ 16.62 16.7 46.6 -
YUV 107.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 63 115 182 0.65 0.37 0 0.29 213.78 0.49 0.48
Hex 3F 73 B6 41 25 0 1D D6 31 30
Octal 77 163 266 101 45 0 35 326 61 60
Binary 111111 1110011 10110110 1000001 100101 0 11101 11010110 110001 110000

Color Harmonies of #3F73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F73B6

Black with #3F73B6

Text Example


Text Example

White with #3F73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,182); }

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

background-color css

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

 a { background-color: rgb(63,115,182); }

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

border-color css

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

 span { border-color: rgb(63,115,182); }

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