Html Css Color HEX #3F6CBA Steel Blue

📋 copy color: '#3F6CBA'

red 63 ◦ green 108 ◦ blue 186

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

Shades of Steel Blue #3F6CBA

Tints of Steel Blue #3F6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 17.65%
G = 30.25%
B = 52.1%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F6CBA (or 0x3F6CBA) is known color: Steel Blue. HEX triplet: 3F, 6C and BA. RGB value is (63,108,186). Sum of RGB (Red+Green+Blue) = 63+108+186=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F6CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CBA is #C09345. Grayscale: #676767. Windows color (decimal): -12620614 or 12217407. OLE color: 12217407.

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

Color convert

RGB 63 108 186 -
CMYK 0.66 0.42 0 0.27
HSL 218.05º 0.49% 0.49% -
HSV(B) 218.05º 0.66% 0.73% -
XYZ 16.28 15.33 48.55 -
YUV 103.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 63 108 186 0.66 0.42 0 0.27 218.05 0.49 0.49
Hex 3F 6C BA 42 2A 0 1B DA 31 31
Octal 77 154 272 102 52 0 33 332 61 61
Binary 111111 1101100 10111010 1000010 101010 0 11011 11011010 110001 110001

Color Harmonies of #3F6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6CBA

Black with #3F6CBA

Text Example


Text Example

White with #3F6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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