Html Css Color HEX #3F72BA Steel Blue

📋 copy color: '#3F72BA'

red 63 ◦ green 114 ◦ blue 186

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

Shades of Steel Blue #3F72BA

Tints of Steel Blue #3F72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 17.36%
G = 31.4%
B = 51.24%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F72BA (or 0x3F72BA) is known color: Steel Blue. HEX triplet: 3F, 72 and BA. RGB value is (63,114,186). Sum of RGB (Red+Green+Blue) = 63+114+186=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F72BA is #C08D45. Grayscale: #6A6A6A. Windows color (decimal): -12619078 or 12218943. OLE color: 12218943.

HSL color Cylindrical-coordinate representation of color #3F72BA: hue angle of 215.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F72BA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 114 186 -
CMYK 0.66 0.39 0 0.27
HSL 215.12º 0.49% 0.49% -
HSV(B) 215.12º 0.66% 0.73% -
XYZ 16.93 16.64 48.77 -
YUV 106.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 63 114 186 0.66 0.39 0 0.27 215.12 0.49 0.49
Hex 3F 72 BA 42 27 0 1B D7 31 31
Octal 77 162 272 102 47 0 33 327 61 61
Binary 111111 1110010 10111010 1000010 100111 0 11011 11010111 110001 110001

Color Harmonies of #3F72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F72BA

Black with #3F72BA

Text Example


Text Example

White with #3F72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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