Html Css Color HEX #3A6EBC Steel Blue

📋 copy color: '#3A6EBC'

red 58 ◦ green 110 ◦ blue 188

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

Shades of Steel Blue #3A6EBC

Tints of Steel Blue #3A6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 16.29%
G = 30.9%
B = 52.81%

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

#3A6EBC (or 0x3A6EBC) is known color: Steel Blue. HEX triplet: 3A, 6E and BC. RGB value is (58,110,188). Sum of RGB (Red+Green+Blue) = 58+110+188=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A6EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EBC is #C59143. Grayscale: #666666. Windows color (decimal): -12947780 or 12348986. OLE color: 12348986.

HSL color Cylindrical-coordinate representation of color #3A6EBC: hue angle of 216º 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 #3A6EBC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 110 188 -
CMYK 0.69 0.41 0 0.26
HSL 216º 0.53% 0.48% -
HSV(B) 216º 0.69% 0.74% -
XYZ 16.4 15.68 49.74 -
YUV 103.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 58 110 188 0.69 0.41 0 0.26 216 0.53 0.48
Hex 3A 6E BC 45 29 0 1A D8 35 30
Octal 72 156 274 105 51 0 32 330 65 60
Binary 111010 1101110 10111100 1000101 101001 0 11010 11011000 110101 110000

Color Harmonies of #3A6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6EBC

Black with #3A6EBC

Text Example


Text Example

White with #3A6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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