Html Css Color HEX #3F7CBB Steel Blue

📋 copy color: '#3F7CBB'

red 63 ◦ green 124 ◦ blue 187

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

Shades of Steel Blue #3F7CBB

Tints of Steel Blue #3F7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 187 (73.44% from 255) = 50%

R = 16.84%
G = 33.16%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F7CBB (or 0x3F7CBB) is known color: Steel Blue. HEX triplet: 3F, 7C and BB. RGB value is (63,124,187). Sum of RGB (Red+Green+Blue) = 63+124+187=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F7CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CBB is #C08344. Grayscale: #707070. Windows color (decimal): -12616517 or 12287039. OLE color: 12287039.

HSL color Cylindrical-coordinate representation of color #3F7CBB: hue angle of 210.48º degrees, saturation: 0.5, 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 #3F7CBB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 124 187 -
CMYK 0.66 0.34 0 0.27
HSL 210.48º 0.5% 0.49% -
HSV(B) 210.48º 0.66% 0.73% -
XYZ 18.23 19.06 49.73 -
YUV 112.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 63 124 187 0.66 0.34 0 0.27 210.48 0.5 0.49
Hex 3F 7C BB 42 22 0 1B D2 32 31
Octal 77 174 273 102 42 0 33 322 62 61
Binary 111111 1111100 10111011 1000010 100010 0 11011 11010010 110010 110001

Color Harmonies of #3F7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7CBB

Black with #3F7CBB

Text Example


Text Example

White with #3F7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,124,187); }

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

background-color css

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

 a { background-color: rgb(63,124,187); }

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

border-color css

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

 span { border-color: rgb(63,124,187); }

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