Html Css Color HEX #3A6FBC Steel Blue

📋 copy color: '#3A6FBC'

red 58 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #3A6FBC

Tints of Steel Blue #3A6FBC

RGB

 RED value IS 58 (23.05% from 255) = 16.25%

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 16.25%
G = 31.09%
B = 52.66%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A6FBC (or 0x3A6FBC) is known color: Steel Blue. HEX triplet: 3A, 6F and BC. RGB value is (58,111,188). Sum of RGB (Red+Green+Blue) = 58+111+188=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FBC is #C59043. Grayscale: #676767. Windows color (decimal): -12947524 or 12349242. OLE color: 12349242.

HSL color Cylindrical-coordinate representation of color #3A6FBC: hue angle of 215.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6FBC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 111 188 -
CMYK 0.69 0.41 0 0.26
HSL 215.54º 0.53% 0.48% -
HSV(B) 215.54º 0.69% 0.74% -
XYZ 16.51 15.9 49.78 -
YUV 103.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 58 111 188 0.69 0.41 0 0.26 215.54 0.53 0.48
Hex 3A 6F BC 45 29 0 1A D8 35 30
Octal 72 157 274 105 51 0 32 330 65 60
Binary 111010 1101111 10111100 1000101 101001 0 11010 11011000 110101 110000

Color Harmonies of #3A6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FBC

Black with #3A6FBC

Text Example


Text Example

White with #3A6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,188); }

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

background-color css

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

 a { background-color: rgb(58,111,188); }

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

border-color css

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

 span { border-color: rgb(58,111,188); }

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