Html Css Color HEX #3F7BBA Steel Blue

📋 copy color: '#3F7BBA'

red 63 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #3F7BBA

Tints of Steel Blue #3F7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

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

R = 16.94%
G = 33.06%
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

#3F7BBA (or 0x3F7BBA) is known color: Steel Blue. HEX triplet: 3F, 7B and BA. RGB value is (63,123,186). Sum of RGB (Red+Green+Blue) = 63+123+186=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BBA is #C08445. Grayscale: #6F6F6F. Windows color (decimal): -12616774 or 12221247. OLE color: 12221247.

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

Color convert

RGB 63 123 186 -
CMYK 0.66 0.34 0 0.27
HSL 210.73º 0.49% 0.49% -
HSV(B) 210.73º 0.66% 0.73% -
XYZ 18 18.77 49.13 -
YUV 112.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 63 123 186 0.66 0.34 0 0.27 210.73 0.49 0.49
Hex 3F 7B BA 42 22 0 1B D3 31 31
Octal 77 173 272 102 42 0 33 323 61 61
Binary 111111 1111011 10111010 1000010 100010 0 11011 11010011 110001 110001

Color Harmonies of #3F7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7BBA

Black with #3F7BBA

Text Example


Text Example

White with #3F7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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