Html Css Color HEX #3F7CBA Steel Blue

📋 copy color: '#3F7CBA'

red 63 ◦ green 124 ◦ blue 186

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

Shades of Steel Blue #3F7CBA

Tints of Steel Blue #3F7CBA

RGB

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

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

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

R = 16.89%
G = 33.24%
B = 49.87%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F7CBA (or 0x3F7CBA) is known color: Steel Blue. HEX triplet: 3F, 7C and BA. RGB value is (63,124,186). Sum of RGB (Red+Green+Blue) = 63+124+186=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F7CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CBA is #C08345. Grayscale: #707070. Windows color (decimal): -12616518 or 12221503. OLE color: 12221503.

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

Color convert

RGB 63 124 186 -
CMYK 0.66 0.33 0 0.27
HSL 210.24º 0.49% 0.49% -
HSV(B) 210.24º 0.66% 0.73% -
XYZ 18.12 19.02 49.17 -
YUV 112.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 63 124 186 0.66 0.33 0 0.27 210.24 0.49 0.49
Hex 3F 7C BA 42 21 0 1B D2 31 31
Octal 77 174 272 102 41 0 33 322 61 61
Binary 111111 1111100 10111010 1000010 100001 0 11011 11010010 110001 110001

Color Harmonies of #3F7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7CBA

Black with #3F7CBA

Text Example


Text Example

White with #3F7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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