Html Css Color HEX #3F72BE Steel Blue

📋 copy color: '#3F72BE'

red 63 ◦ green 114 ◦ blue 190

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

Shades of Steel Blue #3F72BE

Tints of Steel Blue #3F72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 17.17%
G = 31.06%
B = 51.77%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F72BE (or 0x3F72BE) is known color: Steel Blue. HEX triplet: 3F, 72 and BE. RGB value is (63,114,190). Sum of RGB (Red+Green+Blue) = 63+114+190=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F72BE is #C08D41. Grayscale: #6B6B6B. Windows color (decimal): -12619074 or 12481087. OLE color: 12481087.

HSL color Cylindrical-coordinate representation of color #3F72BE: hue angle of 215.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F72BE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 114 190 -
CMYK 0.67 0.40 0 0.25
HSL 215.91º 0.5% 0.5% -
HSV(B) 215.91º 0.67% 0.75% -
XYZ 17.36 16.81 51.04 -
YUV 107.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 63 114 190 0.67 0.40 0 0.25 215.91 0.5 0.5
Hex 3F 72 BE 43 28 0 19 D8 32 32
Octal 77 162 276 103 50 0 31 330 62 62
Binary 111111 1110010 10111110 1000011 101000 0 11001 11011000 110010 110010

Color Harmonies of #3F72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F72BE

Black with #3F72BE

Text Example


Text Example

White with #3F72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,190); }

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

background-color css

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

 a { background-color: rgb(63,114,190); }

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

border-color css

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

 span { border-color: rgb(63,114,190); }

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